Html Css Color HEX #C02618 Fire Brick

📋 copy color: '#C02618'

red 192 ◦ green 38 ◦ blue 24

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

Shades of Fire Brick #C02618

Tints of Fire Brick #C02618

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C02618 (or 0xC02618) is known color: Fire Brick. HEX triplet: C0, 26 and 18. RGB value is (192,38,24). Sum of RGB (Red+Green+Blue) = 192+38+24=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C02618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02618 is #3FD9E7. Grayscale: #525252. Windows color (decimal): -4184552 or 1582784. OLE color: 1582784.

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

Color convert

RGB 192 38 24 -
CMYK 0 0.80 0.88 0.25
HSL 0.78% 0.42% -
HSV(B) 0.88% 0.75% -
XYZ 22.6 12.66 2.12 -
YUV 82.45 95.02 206.14 -
System Red Green Blue C M Y K H S L
Decimal 192 38 24 0 0.80 0.88 0.25 5 0.78 0.42
Hex C0 26 18 0 50 58 19 5 4E 2A
Octal 300 46 30 0 120 130 31 5 116 52
Binary 11000000 100110 11000 0 1010000 1011000 11001 101 1001110 101010

Color Harmonies of #C02618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02618

Black with #C02618

Text Example


Text Example

White with #C02618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02618; }

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

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

background-color css

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

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

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

border-color css

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

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

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