Html Css Color HEX #C92328 Fire Engine Red

📋 copy color: '#C92328'

red 201 ◦ green 35 ◦ blue 40

#C92328
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #C92328

Tints of Fire Engine Red #C92328

RGB

 RED value IS 201 (78.91% from 255) = 72.83%

 GREEN value IS 35 (14.06% from 255) = 12.68%

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 72.83%
G = 12.68%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C92328 (or 0xC92328) is known color: Fire Engine Red. HEX triplet: C9, 23 and 28. RGB value is (201,35,40). Sum of RGB (Red+Green+Blue) = 201+35+40=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C92328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92328 is #36DCD7. Grayscale: #555555. Windows color (decimal): -3595480 or 2630601. OLE color: 2630601.

HSL color Cylindrical-coordinate representation of color #C92328: hue angle of 358.19º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92328 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 40 -
CMYK 0 0.83 0.80 0.21
HSL 358.19º 0.7% 0.46% -
HSV(B) 358.19º 0.83% 0.79% -
XYZ 25.07 13.77 3.34 -
YUV 85.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 201 35 40 0 0.83 0.80 0.21 358.19 0.7 0.46
Hex C9 23 28 0 53 50 15 166 46 2E
Octal 311 43 50 0 123 120 25 546 106 56
Binary 11001001 100011 101000 0 1010011 1010000 10101 101100110 1000110 101110

Color Harmonies of #C92328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92328

Black with #C92328

Text Example


Text Example

White with #C92328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92328; }

 p { color: rgb(201,35,40); }

 H1.HeaderClassName
 {
   color: #C92328;
 }
 .AnyTagClassName
 {
   color: #C92328;
 }
</style>

background-color css

<style>
 a { background-color: #C92328; }

 a { background-color: rgb(201,35,40); }

 div.DivClassName
 {
   background-color: #C92328;
 }
 .BgClassName
 {
   background-color: #C92328;
 }
</style>

border-color css

<style>
 span { border-color: #C92328; }

 span { border-color: rgb(201,35,40); }

 td.TdClassName
 {
   border-color: #C92328;
 }
 .TagClassName
 {
   border-color: #C92328;
 }
</style>