Html Css Color HEX #C21A0D Fire Brick

📋 copy color: '#C21A0D'

red 194 ◦ green 26 ◦ blue 13

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

Shades of Fire Brick #C21A0D

Tints of Fire Brick #C21A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

 BLUE value IS 13 (5.47% from 255) = 5.58%

R = 83.26%
G = 11.16%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C21A0D (or 0xC21A0D) is known color: Fire Brick. HEX triplet: C2, 1A and 0D. RGB value is (194,26,13). Sum of RGB (Red+Green+Blue) = 194+26+13=233 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.26% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21A0D is #3DE5F2. Grayscale: #4A4A4A. Windows color (decimal): -4056563 or 858818. OLE color: 858818.

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

Color convert

RGB 194 26 13 -
CMYK 0 0.87 0.93 0.24
HSL 4.31º 0.87% 0.41% -
HSV(B) 4.31º 0.93% 0.76% -
XYZ 22.69 12.24 1.55 -
YUV 74.75 93.16 213.06 -
System Red Green Blue C M Y K H S L
Decimal 194 26 13 0 0.87 0.93 0.24 4.31 0.87 0.41
Hex C2 1A D 0 57 5D 18 4 57 29
Octal 302 32 15 0 127 135 30 4 127 51
Binary 11000010 11010 1101 0 1010111 1011101 11000 100 1010111 101001

Color Harmonies of #C21A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A0D

Black with #C21A0D

Text Example


Text Example

White with #C21A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A0D; }

 p { color: rgb(194,26,13); }

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

background-color css

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

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

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

border-color css

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

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

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