Html Css Color HEX #C01725 Fire Engine Red

📋 copy color: '#C01725'

red 192 ◦ green 23 ◦ blue 37

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

Shades of Fire Engine Red #C01725

Tints of Fire Engine Red #C01725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

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

R = 76.19%
G = 9.13%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C01725 (or 0xC01725) is known color: Fire Engine Red. HEX triplet: C0, 17 and 25. RGB value is (192,23,37). Sum of RGB (Red+Green+Blue) = 192+23+37=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C01725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01725 is #3FE8DA. Grayscale: #4B4B4B. Windows color (decimal): -4188379 or 2430912. OLE color: 2430912.

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

Color convert

RGB 192 23 37 -
CMYK 0 0.88 0.81 0.25
HSL 355.03º 0.79% 0.42% -
HSV(B) 355.03º 0.88% 0.75% -
XYZ 22.38 11.95 2.88 -
YUV 75.13 106.49 211.36 -
System Red Green Blue C M Y K H S L
Decimal 192 23 37 0 0.88 0.81 0.25 355.03 0.79 0.42
Hex C0 17 25 0 58 51 19 163 4F 2A
Octal 300 27 45 0 130 121 31 543 117 52
Binary 11000000 10111 100101 0 1011000 1010001 11001 101100011 1001111 101010

Color Harmonies of #C01725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01725

Black with #C01725

Text Example


Text Example

White with #C01725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01725; }

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

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

background-color css

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

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

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

border-color css

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

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

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