Html Css Color HEX #C00D25 Fire Engine Red

📋 copy color: '#C00D25'

red 192 ◦ green 13 ◦ blue 37

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

Shades of Fire Engine Red #C00D25

Tints of Fire Engine Red #C00D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.37%

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

R = 79.34%
G = 5.37%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C00D25 (or 0xC00D25) is known color: Fire Engine Red. HEX triplet: C0, 0D and 25. RGB value is (192,13,37). Sum of RGB (Red+Green+Blue) = 192+13+37=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00D25 is #3FF2DA. Grayscale: #454545. Windows color (decimal): -4190939 or 2428352. OLE color: 2428352.

HSL color Cylindrical-coordinate representation of color #C00D25: hue angle of 351.96º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D25 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 13 37 -
CMYK 0 0.93 0.81 0.25
HSL 351.96º 0.87% 0.4% -
HSV(B) 351.96º 0.93% 0.75% -
XYZ 22.22 11.63 2.82 -
YUV 69.26 109.8 215.55 -
System Red Green Blue C M Y K H S L
Decimal 192 13 37 0 0.93 0.81 0.25 351.96 0.87 0.4
Hex C0 D 25 0 5D 51 19 160 57 28
Octal 300 15 45 0 135 121 31 540 127 50
Binary 11000000 1101 100101 0 1011101 1010001 11001 101100000 1010111 101000

Color Harmonies of #C00D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D25

Black with #C00D25

Text Example


Text Example

White with #C00D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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