Html Css Color HEX #C02419 Fire Brick

📋 copy color: '#C02419'

red 192 ◦ green 36 ◦ blue 25

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

Shades of Fire Brick #C02419

Tints of Fire Brick #C02419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.23%

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 75.89%
G = 14.23%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C02419 (or 0xC02419) is known color: Fire Brick. HEX triplet: C0, 24 and 19. RGB value is (192,36,25). Sum of RGB (Red+Green+Blue) = 192+36+25=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C02419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02419 is #3FDBE6. Grayscale: #515151. Windows color (decimal): -4185063 or 1647808. OLE color: 1647808.

HSL color Cylindrical-coordinate representation of color #C02419: hue angle of 3.95º 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 #C02419 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 25 -
CMYK 0 0.81 0.87 0.25
HSL 3.95º 0.77% 0.43% -
HSV(B) 3.95º 0.87% 0.75% -
XYZ 22.54 12.54 2.15 -
YUV 81.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 192 36 25 0 0.81 0.87 0.25 3.95 0.77 0.43
Hex C0 24 19 0 51 57 19 4 4D 2B
Octal 300 44 31 0 121 127 31 4 115 53
Binary 11000000 100100 11001 0 1010001 1010111 11001 100 1001101 101011

Color Harmonies of #C02419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02419

Black with #C02419

Text Example


Text Example

White with #C02419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02419; }

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

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

background-color css

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

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

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

border-color css

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

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

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