Html Css Color HEX #CA2D40 Brick Red

📋 copy color: '#CA2D40'

red 202 ◦ green 45 ◦ blue 64

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

Shades of Brick Red #CA2D40

Tints of Brick Red #CA2D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.47%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 64.95%
G = 14.47%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA2D40 (or 0xCA2D40) is known color: Brick Red. HEX triplet: CA, 2D and 40. RGB value is (202,45,64). Sum of RGB (Red+Green+Blue) = 202+45+64=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D40 is #35D2BF. Grayscale: #5E5E5E. Windows color (decimal): -3527360 or 4206026. OLE color: 4206026.

HSL color Cylindrical-coordinate representation of color #CA2D40: hue angle of 352.74º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D40 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 45 64 -
CMYK 0 0.78 0.68 0.21
HSL 352.74º 0.64% 0.48% -
HSV(B) 352.74º 0.78% 0.79% -
XYZ 26.22 14.8 6.33 -
YUV 94.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 202 45 64 0 0.78 0.68 0.21 352.74 0.64 0.48
Hex CA 2D 40 0 4E 44 15 161 40 30
Octal 312 55 100 0 116 104 25 541 100 60
Binary 11001010 101101 1000000 0 1001110 1000100 10101 101100001 1000000 110000

Color Harmonies of #CA2D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D40

Black with #CA2D40

Text Example


Text Example

White with #CA2D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D40; }

 p { color: rgb(202,45,64); }

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

background-color css

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

 a { background-color: rgb(202,45,64); }

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

border-color css

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

 span { border-color: rgb(202,45,64); }

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