Html Css Color HEX #CA2E42 Brick Red

📋 copy color: '#CA2E42'

red 202 ◦ green 46 ◦ blue 66

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

Shades of Brick Red #CA2E42

Tints of Brick Red #CA2E42

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.65%

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

R = 64.33%
G = 14.65%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA2E42 (or 0xCA2E42) is known color: Brick Red. HEX triplet: CA, 2E and 42. RGB value is (202,46,66). Sum of RGB (Red+Green+Blue) = 202+46+66=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E42 is #35D1BD. Grayscale: #5F5F5F. Windows color (decimal): -3527102 or 4337354. OLE color: 4337354.

HSL color Cylindrical-coordinate representation of color #CA2E42: hue angle of 352.31º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2E42 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 46 66 -
CMYK 0 0.77 0.67 0.21
HSL 352.31º 0.63% 0.49% -
HSV(B) 352.31º 0.77% 0.79% -
XYZ 26.32 14.9 6.64 -
YUV 94.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 202 46 66 0 0.77 0.67 0.21 352.31 0.63 0.49
Hex CA 2E 42 0 4D 43 15 160 3F 31
Octal 312 56 102 0 115 103 25 540 77 61
Binary 11001010 101110 1000010 0 1001101 1000011 10101 101100000 111111 110001

Color Harmonies of #CA2E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2E42

Black with #CA2E42

Text Example


Text Example

White with #CA2E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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