Html Css Color HEX #C01826 Fire Engine Red

📋 copy color: '#C01826'

red 192 ◦ green 24 ◦ blue 38

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

Shades of Fire Engine Red #C01826

Tints of Fire Engine Red #C01826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

 BLUE value IS 38 (15.23% from 255) = 14.96%

R = 75.59%
G = 9.45%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C01826 (or 0xC01826) is known color: Fire Engine Red. HEX triplet: C0, 18 and 26. RGB value is (192,24,38). Sum of RGB (Red+Green+Blue) = 192+24+38=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C01826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01826 is #3FE7D9. Grayscale: #4B4B4B. Windows color (decimal): -4188122 or 2496704. OLE color: 2496704.

HSL color Cylindrical-coordinate representation of color #C01826: hue angle of 355º degrees, saturation: 0.78, 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 #C01826 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 38 -
CMYK 0 0.88 0.80 0.25
HSL 355º 0.78% 0.42% -
HSV(B) 355º 0.88% 0.75% -
XYZ 22.41 12 2.97 -
YUV 75.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 192 24 38 0 0.88 0.80 0.25 355 0.78 0.42
Hex C0 18 26 0 58 50 19 163 4E 2A
Octal 300 30 46 0 130 120 31 543 116 52
Binary 11000000 11000 100110 0 1011000 1010000 11001 101100011 1001110 101010

Color Harmonies of #C01826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01826

Black with #C01826

Text Example


Text Example

White with #C01826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01826; }

 p { color: rgb(192,24,38); }

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

background-color css

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

 a { background-color: rgb(192,24,38); }

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

border-color css

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

 span { border-color: rgb(192,24,38); }

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