Html Css Color HEX #CA221E Fire Brick

📋 copy color: '#CA221E'

red 202 ◦ green 34 ◦ blue 30

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

Shades of Fire Brick #CA221E

Tints of Fire Brick #CA221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.78%

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 75.94%
G = 12.78%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA221E (or 0xCA221E) is known color: Fire Brick. HEX triplet: CA, 22 and 1E. RGB value is (202,34,30). Sum of RGB (Red+Green+Blue) = 202+34+30=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA221E is #35DDE1. Grayscale: #535353. Windows color (decimal): -3530210 or 1974986. OLE color: 1974986.

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

Color convert

RGB 202 34 30 -
CMYK 0 0.83 0.85 0.21
HSL 1.4º 0.74% 0.45% -
HSV(B) 1.4º 0.85% 0.79% -
XYZ 25.16 13.79 2.56 -
YUV 83.78 97.66 212.33 -
System Red Green Blue C M Y K H S L
Decimal 202 34 30 0 0.83 0.85 0.21 1.4 0.74 0.45
Hex CA 22 1E 0 53 55 15 1 4A 2D
Octal 312 42 36 0 123 125 25 1 112 55
Binary 11001010 100010 11110 0 1010011 1010101 10101 1 1001010 101101

Color Harmonies of #CA221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA221E

Black with #CA221E

Text Example


Text Example

White with #CA221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA221E; }

 p { color: rgb(202,34,30); }

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

background-color css

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

 a { background-color: rgb(202,34,30); }

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

border-color css

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

 span { border-color: rgb(202,34,30); }

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