Html Css Color HEX #C01A1D Fire Engine Red

📋 copy color: '#C01A1D'

red 192 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #C01A1D

Tints of Fire Engine Red #C01A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.74%

R = 77.73%
G = 10.53%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C01A1D (or 0xC01A1D) is known color: Fire Engine Red. HEX triplet: C0, 1A and 1D. RGB value is (192,26,29). Sum of RGB (Red+Green+Blue) = 192+26+29=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A1D is #3FE5E2. Grayscale: #4C4C4C. Windows color (decimal): -4187619 or 1907392. OLE color: 1907392.

HSL color Cylindrical-coordinate representation of color #C01A1D: hue angle of 358.92º 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 #C01A1D is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 26 29 -
CMYK 0 0.86 0.85 0.25
HSL 358.92º 0.76% 0.43% -
HSV(B) 358.92º 0.86% 0.75% -
XYZ 22.33 12.03 2.31 -
YUV 75.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 192 26 29 0 0.86 0.85 0.25 358.92 0.76 0.43
Hex C0 1A 1D 0 56 55 19 167 4C 2B
Octal 300 32 35 0 126 125 31 547 114 53
Binary 11000000 11010 11101 0 1010110 1010101 11001 101100111 1001100 101011

Color Harmonies of #C01A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A1D

Black with #C01A1D

Text Example


Text Example

White with #C01A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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