Html Css Color HEX #C01325 Fire Engine Red

📋 copy color: '#C01325'

red 192 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #C01325

Tints of Fire Engine Red #C01325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.92%

R = 77.42%
G = 7.66%
B = 14.92%

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

#C01325 (or 0xC01325) is known color: Fire Engine Red. HEX triplet: C0, 13 and 25. RGB value is (192,19,37). Sum of RGB (Red+Green+Blue) = 192+19+37=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C01325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01325 is #3FECDA. Grayscale: #484848. Windows color (decimal): -4189403 or 2429888. OLE color: 2429888.

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

Color convert

RGB 192 19 37 -
CMYK 0 0.90 0.81 0.25
HSL 353.76º 0.82% 0.41% -
HSV(B) 353.76º 0.9% 0.75% -
XYZ 22.31 11.81 2.85 -
YUV 72.78 107.81 213.04 -
System Red Green Blue C M Y K H S L
Decimal 192 19 37 0 0.90 0.81 0.25 353.76 0.82 0.41
Hex C0 13 25 0 5A 51 19 162 52 29
Octal 300 23 45 0 132 121 31 542 122 51
Binary 11000000 10011 100101 0 1011010 1010001 11001 101100010 1010010 101001

Color Harmonies of #C01325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01325

Black with #C01325

Text Example


Text Example

White with #C01325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01325; }

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

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

background-color css

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

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

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

border-color css

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

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

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