Html Css Color HEX #C01324 Fire Engine Red

📋 copy color: '#C01324'

red 192 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #C01324

Tints of Fire Engine Red #C01324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

 BLUE value IS 36 (14.45% from 255) = 14.57%

R = 77.73%
G = 7.69%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C01324 (or 0xC01324) is known color: Fire Engine Red. HEX triplet: C0, 13 and 24. RGB value is (192,19,36). Sum of RGB (Red+Green+Blue) = 192+19+36=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C01324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01324 is #3FECDB. Grayscale: #484848. Windows color (decimal): -4189404 or 2364352. OLE color: 2364352.

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

Color convert

RGB 192 19 36 -
CMYK 0 0.90 0.81 0.25
HSL 354.1º 0.82% 0.41% -
HSV(B) 354.1º 0.9% 0.75% -
XYZ 22.29 11.8 2.77 -
YUV 72.67 107.31 213.12 -
System Red Green Blue C M Y K H S L
Decimal 192 19 36 0 0.90 0.81 0.25 354.1 0.82 0.41
Hex C0 13 24 0 5A 51 19 162 52 29
Octal 300 23 44 0 132 121 31 542 122 51
Binary 11000000 10011 100100 0 1011010 1010001 11001 101100010 1010010 101001

Color Harmonies of #C01324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01324

Black with #C01324

Text Example


Text Example

White with #C01324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01324; }

 p { color: rgb(192,19,36); }

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

background-color css

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

 a { background-color: rgb(192,19,36); }

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

border-color css

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

 span { border-color: rgb(192,19,36); }

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