Html Css Color HEX #C01623 Fire Engine Red

📋 copy color: '#C01623'

red 192 ◦ green 22 ◦ blue 35

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

Shades of Fire Engine Red #C01623

Tints of Fire Engine Red #C01623

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.84%

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

R = 77.11%
G = 8.84%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C01623 (or 0xC01623) is known color: Fire Engine Red. HEX triplet: C0, 16 and 23. RGB value is (192,22,35). Sum of RGB (Red+Green+Blue) = 192+22+35=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C01623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01623 is #3FE9DC. Grayscale: #4A4A4A. Windows color (decimal): -4188637 or 2299584. OLE color: 2299584.

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

Color convert

RGB 192 22 35 -
CMYK 0 0.89 0.82 0.25
HSL 355.41º 0.79% 0.42% -
HSV(B) 355.41º 0.89% 0.75% -
XYZ 22.33 11.9 2.71 -
YUV 74.31 105.82 211.94 -
System Red Green Blue C M Y K H S L
Decimal 192 22 35 0 0.89 0.82 0.25 355.41 0.79 0.42
Hex C0 16 23 0 59 52 19 163 4F 2A
Octal 300 26 43 0 131 122 31 543 117 52
Binary 11000000 10110 100011 0 1011001 1010010 11001 101100011 1001111 101010

Color Harmonies of #C01623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01623

Black with #C01623

Text Example


Text Example

White with #C01623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01623; }

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

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

background-color css

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

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

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

border-color css

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

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

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