Html Css Color HEX #C01A22 Fire Engine Red

📋 copy color: '#C01A22'

red 192 ◦ green 26 ◦ blue 34

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

Shades of Fire Engine Red #C01A22

Tints of Fire Engine Red #C01A22

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.32%

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

R = 76.19%
G = 10.32%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C01A22 (or 0xC01A22) is known color: Fire Engine Red. HEX triplet: C0, 1A and 22. RGB value is (192,26,34). Sum of RGB (Red+Green+Blue) = 192+26+34=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A22 is #3FE5DD. Grayscale: #4C4C4C. Windows color (decimal): -4187614 or 2235072. OLE color: 2235072.

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

Color convert

RGB 192 26 34 -
CMYK 0 0.86 0.82 0.25
HSL 357.11º 0.76% 0.43% -
HSV(B) 357.11º 0.86% 0.75% -
XYZ 22.4 12.06 2.66 -
YUV 76.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 192 26 34 0 0.86 0.82 0.25 357.11 0.76 0.43
Hex C0 1A 22 0 56 52 19 165 4C 2B
Octal 300 32 42 0 126 122 31 545 114 53
Binary 11000000 11010 100010 0 1010110 1010010 11001 101100101 1001100 101011

Color Harmonies of #C01A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A22

Black with #C01A22

Text Example


Text Example

White with #C01A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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