Html Css Color HEX #C21E1C Fire Brick

📋 copy color: '#C21E1C'

red 194 ◦ green 30 ◦ blue 28

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

Shades of Fire Brick #C21E1C

Tints of Fire Brick #C21E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

 BLUE value IS 28 (11.33% from 255) = 11.11%

R = 76.98%
G = 11.9%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C21E1C (or 0xC21E1C) is known color: Fire Brick. HEX triplet: C2, 1E and 1C. RGB value is (194,30,28). Sum of RGB (Red+Green+Blue) = 194+30+28=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E1C is #3DE1E3. Grayscale: #4E4E4E. Windows color (decimal): -4055524 or 1842882. OLE color: 1842882.

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

Color convert

RGB 194 30 28 -
CMYK 0 0.85 0.86 0.24
HSL 0.72º 0.75% 0.44% -
HSV(B) 0.72º 0.86% 0.76% -
XYZ 22.92 12.48 2.3 -
YUV 78.81 99.33 210.16 -
System Red Green Blue C M Y K H S L
Decimal 194 30 28 0 0.85 0.86 0.24 0.72 0.75 0.44
Hex C2 1E 1C 0 55 56 18 1 4B 2C
Octal 302 36 34 0 125 126 30 1 113 54
Binary 11000010 11110 11100 0 1010101 1010110 11000 1 1001011 101100

Color Harmonies of #C21E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E1C

Black with #C21E1C

Text Example


Text Example

White with #C21E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E1C; }

 p { color: rgb(194,30,28); }

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

background-color css

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

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

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

border-color css

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

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

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