Html Css Color HEX #C21413 Fire Brick

📋 copy color: '#C21413'

red 194 ◦ green 20 ◦ blue 19

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

Shades of Fire Brick #C21413

Tints of Fire Brick #C21413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

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

R = 83.26%
G = 8.58%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C21413 (or 0xC21413) is known color: Fire Brick. HEX triplet: C2, 14 and 13. RGB value is (194,20,19). Sum of RGB (Red+Green+Blue) = 194+20+19=233 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.26% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 194 - color contains mainly: red. Hex color #C21413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21413 is #3DEBEC. Grayscale: #484848. Windows color (decimal): -4058093 or 1250498. OLE color: 1250498.

HSL color Cylindrical-coordinate representation of color #C21413: hue angle of 0.34º 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 #C21413 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 19 -
CMYK 0 0.90 0.90 0.24
HSL 0.34º 0.82% 0.42% -
HSV(B) 0.34º 0.9% 0.76% -
XYZ 22.62 12.02 1.74 -
YUV 71.91 98.15 215.08 -
System Red Green Blue C M Y K H S L
Decimal 194 20 19 0 0.90 0.90 0.24 0.34 0.82 0.42
Hex C2 14 13 0 5A 5A 18 0 52 2A
Octal 302 24 23 0 132 132 30 0 122 52
Binary 11000010 10100 10011 0 1011010 1011010 11000 0 1010010 101010

Color Harmonies of #C21413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21413

Black with #C21413

Text Example


Text Example

White with #C21413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21413; }

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

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

background-color css

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

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

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

border-color css

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

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

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