Html Css Color HEX #CA201D Fire Brick

📋 copy color: '#CA201D'

red 202 ◦ green 32 ◦ blue 29

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

Shades of Fire Brick #CA201D

Tints of Fire Brick #CA201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

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

R = 76.81%
G = 12.17%
B = 11.03%

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

#CA201D (or 0xCA201D) is known color: Fire Brick. HEX triplet: CA, 20 and 1D. RGB value is (202,32,29). Sum of RGB (Red+Green+Blue) = 202+32+29=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA201D is #35DFE2. Grayscale: #525252. Windows color (decimal): -3530723 or 1908938. OLE color: 1908938.

HSL color Cylindrical-coordinate representation of color #CA201D: hue angle of 1.04º 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 #CA201D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 29 -
CMYK 0 0.84 0.86 0.21
HSL 1.04º 0.75% 0.45% -
HSV(B) 1.04º 0.86% 0.79% -
XYZ 25.1 13.68 2.48 -
YUV 82.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 202 32 29 0 0.84 0.86 0.21 1.04 0.75 0.45
Hex CA 20 1D 0 54 56 15 1 4B 2D
Octal 312 40 35 0 124 126 25 1 113 55
Binary 11001010 100000 11101 0 1010100 1010110 10101 1 1001011 101101

Color Harmonies of #CA201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA201D

Black with #CA201D

Text Example


Text Example

White with #CA201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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