Html Css Color HEX #C21818 Fire Brick

📋 copy color: '#C21818'

red 194 ◦ green 24 ◦ blue 24

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

Shades of Fire Brick #C21818

Tints of Fire Brick #C21818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

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

R = 80.17%
G = 9.92%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C21818 (or 0xC21818) is known color: Fire Brick. HEX triplet: C2, 18 and 18. RGB value is (194,24,24). Sum of RGB (Red+Green+Blue) = 194+24+24=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C21818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21818 is #3DE7E7. Grayscale: #4B4B4B. Windows color (decimal): -4057064 or 1579202. OLE color: 1579202.

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

Color convert

RGB 194 24 24 -
CMYK 0 0.88 0.88 0.24
HSL 0.78% 0.43% -
HSV(B) 0.88% 0.76% -
XYZ 22.74 12.19 2.02 -
YUV 74.83 99.32 213 -
System Red Green Blue C M Y K H S L
Decimal 194 24 24 0 0.88 0.88 0.24 0 0.78 0.43
Hex C2 18 18 0 58 58 18 0 4E 2B
Octal 302 30 30 0 130 130 30 0 116 53
Binary 11000010 11000 11000 0 1011000 1011000 11000 0 1001110 101011

Color Harmonies of #C21818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21818

Black with #C21818

Text Example


Text Example

White with #C21818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21818; }

 p { color: rgb(194,24,24); }

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

background-color css

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

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

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

border-color css

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

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

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