Html Css Color HEX #C21612 Fire Brick

📋 copy color: '#C21612'

red 194 ◦ green 22 ◦ blue 18

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

Shades of Fire Brick #C21612

Tints of Fire Brick #C21612

RGB

 RED value IS 194 (76.17% from 255) = 82.91%

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

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

R = 82.91%
G = 9.4%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C21612 (or 0xC21612) is known color: Fire Brick. HEX triplet: C2, 16 and 12. RGB value is (194,22,18). Sum of RGB (Red+Green+Blue) = 194+22+18=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C21612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21612 is #3DE9ED. Grayscale: #494949. Windows color (decimal): -4057582 or 1185474. OLE color: 1185474.

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

Color convert

RGB 194 22 18 -
CMYK 0 0.89 0.91 0.24
HSL 1.36º 0.83% 0.42% -
HSV(B) 1.36º 0.91% 0.76% -
XYZ 22.64 12.09 1.71 -
YUV 72.97 96.98 214.33 -
System Red Green Blue C M Y K H S L
Decimal 194 22 18 0 0.89 0.91 0.24 1.36 0.83 0.42
Hex C2 16 12 0 59 5B 18 1 53 2A
Octal 302 26 22 0 131 133 30 1 123 52
Binary 11000010 10110 10010 0 1011001 1011011 11000 1 1010011 101010

Color Harmonies of #C21612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21612

Black with #C21612

Text Example


Text Example

White with #C21612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21612; }

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

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

background-color css

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

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

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

border-color css

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

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

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