Html Css Color HEX #CA2935 Mahogany

📋 copy color: '#CA2935'

red 202 ◦ green 41 ◦ blue 53

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

Shades of Mahogany #CA2935

Tints of Mahogany #CA2935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

 BLUE value IS 53 (21.09% from 255) = 17.91%

R = 68.24%
G = 13.85%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA2935 (or 0xCA2935) is known color: Mahogany. HEX triplet: CA, 29 and 35. RGB value is (202,41,53). Sum of RGB (Red+Green+Blue) = 202+41+53=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2935 is #35D6CA. Grayscale: #5A5A5A. Windows color (decimal): -3528395 or 3484106. OLE color: 3484106.

HSL color Cylindrical-coordinate representation of color #CA2935: hue angle of 355.53º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2935 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 53 -
CMYK 0 0.80 0.74 0.21
HSL 355.53º 0.66% 0.48% -
HSV(B) 355.53º 0.8% 0.79% -
XYZ 25.79 14.4 4.79 -
YUV 90.51 106.84 207.52 -
System Red Green Blue C M Y K H S L
Decimal 202 41 53 0 0.80 0.74 0.21 355.53 0.66 0.48
Hex CA 29 35 0 50 4A 15 164 42 30
Octal 312 51 65 0 120 112 25 544 102 60
Binary 11001010 101001 110101 0 1010000 1001010 10101 101100100 1000010 110000

Color Harmonies of #CA2935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2935

Black with #CA2935

Text Example


Text Example

White with #CA2935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2935; }

 p { color: rgb(202,41,53); }

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

background-color css

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

 a { background-color: rgb(202,41,53); }

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

border-color css

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

 span { border-color: rgb(202,41,53); }

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