Html Css Color HEX #C61612 Fire Brick

📋 copy color: '#C61612'

red 198 ◦ green 22 ◦ blue 18

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

Shades of Fire Brick #C61612

Tints of Fire Brick #C61612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.24%

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 83.19%
G = 9.24%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C61612 (or 0xC61612) is known color: Fire Brick. HEX triplet: C6, 16 and 12. RGB value is (198,22,18). Sum of RGB (Red+Green+Blue) = 198+22+18=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C61612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61612 is #39E9ED. Grayscale: #4A4A4A. Windows color (decimal): -3795438 or 1185478. OLE color: 1185478.

HSL color Cylindrical-coordinate representation of color #C61612: hue angle of 1.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61612 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 22 18 -
CMYK 0 0.89 0.91 0.22
HSL 1.33º 0.83% 0.42% -
HSV(B) 1.33º 0.91% 0.78% -
XYZ 23.68 12.62 1.76 -
YUV 74.17 96.31 216.33 -
System Red Green Blue C M Y K H S L
Decimal 198 22 18 0 0.89 0.91 0.22 1.33 0.83 0.42
Hex C6 16 12 0 59 5B 16 1 53 2A
Octal 306 26 22 0 131 133 26 1 123 52
Binary 11000110 10110 10010 0 1011001 1011011 10110 1 1010011 101010

Color Harmonies of #C61612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61612

Black with #C61612

Text Example


Text Example

White with #C61612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61612; }

 p { color: rgb(198,22,18); }

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

background-color css

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

 a { background-color: rgb(198,22,18); }

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

border-color css

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

 span { border-color: rgb(198,22,18); }

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