Html Css Color HEX #C01228 Fire Engine Red

📋 copy color: '#C01228'

red 192 ◦ green 18 ◦ blue 40

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

Shades of Fire Engine Red #C01228

Tints of Fire Engine Red #C01228

RGB

 RED value IS 192 (75.39% from 255) = 76.8%

 GREEN value IS 18 (7.42% from 255) = 7.2%

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

R = 76.8%
G = 7.2%
B = 16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C01228 (or 0xC01228) is known color: Fire Engine Red. HEX triplet: C0, 12 and 28. RGB value is (192,18,40). Sum of RGB (Red+Green+Blue) = 192+18+40=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C01228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01228 is #3FEDD7. Grayscale: #484848. Windows color (decimal): -4189656 or 2626240. OLE color: 2626240.

HSL color Cylindrical-coordinate representation of color #C01228: hue angle of 352.41º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01228 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 40 -
CMYK 0 0.91 0.79 0.25
HSL 352.41º 0.83% 0.41% -
HSV(B) 352.41º 0.91% 0.75% -
XYZ 22.34 11.79 3.11 -
YUV 72.53 109.65 213.21 -
System Red Green Blue C M Y K H S L
Decimal 192 18 40 0 0.91 0.79 0.25 352.41 0.83 0.41
Hex C0 12 28 0 5B 4F 19 160 53 29
Octal 300 22 50 0 133 117 31 540 123 51
Binary 11000000 10010 101000 0 1011011 1001111 11001 101100000 1010011 101001

Color Harmonies of #C01228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01228

Black with #C01228

Text Example


Text Example

White with #C01228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01228; }

 p { color: rgb(192,18,40); }

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

background-color css

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

 a { background-color: rgb(192,18,40); }

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

border-color css

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

 span { border-color: rgb(192,18,40); }

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