Html Css Color HEX #C02318 Fire Brick

📋 copy color: '#C02318'

red 192 ◦ green 35 ◦ blue 24

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

Shades of Fire Brick #C02318

Tints of Fire Brick #C02318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

 BLUE value IS 24 (9.77% from 255) = 9.56%

R = 76.49%
G = 13.94%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C02318 (or 0xC02318) is known color: Fire Brick. HEX triplet: C0, 23 and 18. RGB value is (192,35,24). Sum of RGB (Red+Green+Blue) = 192+35+24=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C02318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02318 is #3FDCE7. Grayscale: #505050. Windows color (decimal): -4185320 or 1582016. OLE color: 1582016.

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

Color convert

RGB 192 35 24 -
CMYK 0 0.82 0.88 0.25
HSL 3.93º 0.78% 0.42% -
HSV(B) 3.93º 0.88% 0.75% -
XYZ 22.5 12.47 2.09 -
YUV 80.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 192 35 24 0 0.82 0.88 0.25 3.93 0.78 0.42
Hex C0 23 18 0 52 58 19 4 4E 2A
Octal 300 43 30 0 122 130 31 4 116 52
Binary 11000000 100011 11000 0 1010010 1011000 11001 100 1001110 101010

Color Harmonies of #C02318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02318

Black with #C02318

Text Example


Text Example

White with #C02318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02318; }

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

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

background-color css

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

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

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

border-color css

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

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

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