Html Css Color HEX #C02526 Fire Engine Red

📋 copy color: '#C02526'

red 192 ◦ green 37 ◦ blue 38

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

Shades of Fire Engine Red #C02526

Tints of Fire Engine Red #C02526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.86%

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

R = 71.91%
G = 13.86%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C02526 (or 0xC02526) is known color: Fire Engine Red. HEX triplet: C0, 25 and 26. RGB value is (192,37,38). Sum of RGB (Red+Green+Blue) = 192+37+38=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C02526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02526 is #3FDAD9. Grayscale: #535353. Windows color (decimal): -4184794 or 2500032. OLE color: 2500032.

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

Color convert

RGB 192 37 38 -
CMYK 0 0.81 0.80 0.25
HSL 359.61º 0.68% 0.45% -
HSV(B) 359.61º 0.81% 0.75% -
XYZ 22.75 12.67 3.08 -
YUV 83.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 192 37 38 0 0.81 0.80 0.25 359.61 0.68 0.45
Hex C0 25 26 0 51 50 19 168 44 2D
Octal 300 45 46 0 121 120 31 550 104 55
Binary 11000000 100101 100110 0 1010001 1010000 11001 101101000 1000100 101101

Color Harmonies of #C02526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02526

Black with #C02526

Text Example


Text Example

White with #C02526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02526; }

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

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

background-color css

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

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

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

border-color css

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

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

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