Html Css Color HEX #CA2D42 Brick Red

📋 copy color: '#CA2D42'

red 202 ◦ green 45 ◦ blue 66

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

Shades of Brick Red #CA2D42

Tints of Brick Red #CA2D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 64.54%
G = 14.38%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA2D42 (or 0xCA2D42) is known color: Brick Red. HEX triplet: CA, 2D and 42. RGB value is (202,45,66). Sum of RGB (Red+Green+Blue) = 202+45+66=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D42 is #35D2BD. Grayscale: #5E5E5E. Windows color (decimal): -3527358 or 4337098. OLE color: 4337098.

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

Color convert

RGB 202 45 66 -
CMYK 0 0.78 0.67 0.21
HSL 351.97º 0.64% 0.48% -
HSV(B) 351.97º 0.78% 0.79% -
XYZ 26.28 14.83 6.63 -
YUV 94.34 112.01 204.79 -
System Red Green Blue C M Y K H S L
Decimal 202 45 66 0 0.78 0.67 0.21 351.97 0.64 0.48
Hex CA 2D 42 0 4E 43 15 160 40 30
Octal 312 55 102 0 116 103 25 540 100 60
Binary 11001010 101101 1000010 0 1001110 1000011 10101 101100000 1000000 110000

Color Harmonies of #CA2D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D42

Black with #CA2D42

Text Example


Text Example

White with #CA2D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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