Html Css Color HEX #C21E13 Fire Brick

📋 copy color: '#C21E13'

red 194 ◦ green 30 ◦ blue 19

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

Shades of Fire Brick #C21E13

Tints of Fire Brick #C21E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.82%

R = 79.84%
G = 12.35%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C21E13 (or 0xC21E13) is known color: Fire Brick. HEX triplet: C2, 1E and 13. RGB value is (194,30,19). Sum of RGB (Red+Green+Blue) = 194+30+19=243 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.84% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21E13 is #3DE1EC. Grayscale: #4D4D4D. Windows color (decimal): -4055533 or 1253058. OLE color: 1253058.

HSL color Cylindrical-coordinate representation of color #C21E13: hue angle of 3.77º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21E13 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 30 19 -
CMYK 0 0.85 0.90 0.24
HSL 3.77º 0.82% 0.42% -
HSV(B) 3.77º 0.9% 0.76% -
XYZ 22.83 12.44 1.81 -
YUV 77.78 94.83 210.89 -
System Red Green Blue C M Y K H S L
Decimal 194 30 19 0 0.85 0.90 0.24 3.77 0.82 0.42
Hex C2 1E 13 0 55 5A 18 4 52 2A
Octal 302 36 23 0 125 132 30 4 122 52
Binary 11000010 11110 10011 0 1010101 1011010 11000 100 1010010 101010

Color Harmonies of #C21E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E13

Black with #C21E13

Text Example


Text Example

White with #C21E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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