Html Css Color HEX #C01923 Fire Engine Red

📋 copy color: '#C01923'

red 192 ◦ green 25 ◦ blue 35

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

Shades of Fire Engine Red #C01923

Tints of Fire Engine Red #C01923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

 BLUE value IS 35 (14.06% from 255) = 13.89%

R = 76.19%
G = 9.92%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C01923 (or 0xC01923) is known color: Fire Engine Red. HEX triplet: C0, 19 and 23. RGB value is (192,25,35). Sum of RGB (Red+Green+Blue) = 192+25+35=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C01923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01923 is #3FE6DC. Grayscale: #4C4C4C. Windows color (decimal): -4187869 or 2300352. OLE color: 2300352.

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

Color convert

RGB 192 25 35 -
CMYK 0 0.87 0.82 0.25
HSL 356.41º 0.77% 0.43% -
HSV(B) 356.41º 0.87% 0.75% -
XYZ 22.39 12.02 2.73 -
YUV 76.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 192 25 35 0 0.87 0.82 0.25 356.41 0.77 0.43
Hex C0 19 23 0 57 52 19 164 4D 2B
Octal 300 31 43 0 127 122 31 544 115 53
Binary 11000000 11001 100011 0 1010111 1010010 11001 101100100 1001101 101011

Color Harmonies of #C01923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01923

Black with #C01923

Text Example


Text Example

White with #C01923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01923; }

 p { color: rgb(192,25,35); }

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

background-color css

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

 a { background-color: rgb(192,25,35); }

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

border-color css

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

 span { border-color: rgb(192,25,35); }

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