Html Css Color HEX #CA211D Fire Brick

📋 copy color: '#CA211D'

red 202 ◦ green 33 ◦ blue 29

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

Shades of Fire Brick #CA211D

Tints of Fire Brick #CA211D

RGB

 RED value IS 202 (79.3% from 255) = 76.52%

 GREEN value IS 33 (13.28% from 255) = 12.5%

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 76.52%
G = 12.5%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA211D (or 0xCA211D) is known color: Fire Brick. HEX triplet: CA, 21 and 1D. RGB value is (202,33,29). Sum of RGB (Red+Green+Blue) = 202+33+29=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA211D is #35DEE2. Grayscale: #535353. Windows color (decimal): -3530467 or 1909194. OLE color: 1909194.

HSL color Cylindrical-coordinate representation of color #CA211D: hue angle of 1.39º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA211D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 33 29 -
CMYK 0 0.84 0.86 0.21
HSL 1.39º 0.75% 0.45% -
HSV(B) 1.39º 0.86% 0.79% -
XYZ 25.12 13.73 2.49 -
YUV 83.08 97.49 212.83 -
System Red Green Blue C M Y K H S L
Decimal 202 33 29 0 0.84 0.86 0.21 1.39 0.75 0.45
Hex CA 21 1D 0 54 56 15 1 4B 2D
Octal 312 41 35 0 124 126 25 1 113 55
Binary 11001010 100001 11101 0 1010100 1010110 10101 1 1001011 101101

Color Harmonies of #CA211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA211D

Black with #CA211D

Text Example


Text Example

White with #CA211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA211D; }

 p { color: rgb(202,33,29); }

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

background-color css

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

 a { background-color: rgb(202,33,29); }

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

border-color css

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

 span { border-color: rgb(202,33,29); }

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