Html Css Color HEX #C62018 Fire Brick

📋 copy color: '#C62018'

red 198 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #C62018

Tints of Fire Brick #C62018

RGB

 RED value IS 198 (77.73% from 255) = 77.95%

 GREEN value IS 32 (12.89% from 255) = 12.6%

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

R = 77.95%
G = 12.6%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C62018 (or 0xC62018) is known color: Fire Brick. HEX triplet: C6, 20 and 18. RGB value is (198,32,24). Sum of RGB (Red+Green+Blue) = 198+32+24=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C62018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62018 is #39DFE7. Grayscale: #505050. Windows color (decimal): -3792872 or 1581254. OLE color: 1581254.

HSL color Cylindrical-coordinate representation of color #C62018: hue angle of 2.76º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C62018 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 32 24 -
CMYK 0 0.84 0.88 0.22
HSL 2.76º 0.78% 0.44% -
HSV(B) 2.76º 0.88% 0.78% -
XYZ 23.97 13.1 2.13 -
YUV 80.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 198 32 24 0 0.84 0.88 0.22 2.76 0.78 0.44
Hex C6 20 18 0 54 58 16 3 4E 2C
Octal 306 40 30 0 124 130 26 3 116 54
Binary 11000110 100000 11000 0 1010100 1011000 10110 11 1001110 101100

Color Harmonies of #C62018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62018

Black with #C62018

Text Example


Text Example

White with #C62018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62018; }

 p { color: rgb(198,32,24); }

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

background-color css

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

 a { background-color: rgb(198,32,24); }

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

border-color css

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

 span { border-color: rgb(198,32,24); }

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