Html Css Color HEX #C01822 Fire Engine Red

📋 copy color: '#C01822'

red 192 ◦ green 24 ◦ blue 34

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

Shades of Fire Engine Red #C01822

Tints of Fire Engine Red #C01822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 76.8%
G = 9.6%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C01822 (or 0xC01822) is known color: Fire Engine Red. HEX triplet: C0, 18 and 22. RGB value is (192,24,34). Sum of RGB (Red+Green+Blue) = 192+24+34=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C01822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01822 is #3FE7DD. Grayscale: #4B4B4B. Windows color (decimal): -4188126 or 2234560. OLE color: 2234560.

HSL color Cylindrical-coordinate representation of color #C01822: hue angle of 356.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01822 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 34 -
CMYK 0 0.88 0.82 0.25
HSL 356.43º 0.78% 0.42% -
HSV(B) 356.43º 0.88% 0.75% -
XYZ 22.35 11.98 2.65 -
YUV 75.37 104.66 211.19 -
System Red Green Blue C M Y K H S L
Decimal 192 24 34 0 0.88 0.82 0.25 356.43 0.78 0.42
Hex C0 18 22 0 58 52 19 164 4E 2A
Octal 300 30 42 0 130 122 31 544 116 52
Binary 11000000 11000 100010 0 1011000 1010010 11001 101100100 1001110 101010

Color Harmonies of #C01822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01822

Black with #C01822

Text Example


Text Example

White with #C01822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01822; }

 p { color: rgb(192,24,34); }

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

background-color css

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

 a { background-color: rgb(192,24,34); }

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

border-color css

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

 span { border-color: rgb(192,24,34); }

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