Html Css Color HEX #C01C22 Fire Engine Red

📋 copy color: '#C01C22'

red 192 ◦ green 28 ◦ blue 34

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

Shades of Fire Engine Red #C01C22

Tints of Fire Engine Red #C01C22

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.02%

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

R = 75.59%
G = 11.02%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C01C22 (or 0xC01C22) is known color: Fire Engine Red. HEX triplet: C0, 1C and 22. RGB value is (192,28,34). Sum of RGB (Red+Green+Blue) = 192+28+34=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01C22 is #3FE3DD. Grayscale: #4D4D4D. Windows color (decimal): -4187102 or 2235584. OLE color: 2235584.

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

Color convert

RGB 192 28 34 -
CMYK 0 0.85 0.82 0.25
HSL 357.8º 0.75% 0.43% -
HSV(B) 357.8º 0.85% 0.75% -
XYZ 22.44 12.15 2.68 -
YUV 77.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 192 28 34 0 0.85 0.82 0.25 357.8 0.75 0.43
Hex C0 1C 22 0 55 52 19 166 4B 2B
Octal 300 34 42 0 125 122 31 546 113 53
Binary 11000000 11100 100010 0 1010101 1010010 11001 101100110 1001011 101011

Color Harmonies of #C01C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C22

Black with #C01C22

Text Example


Text Example

White with #C01C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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