Html Css Color HEX #CA2E35 Mahogany

📋 copy color: '#CA2E35'

red 202 ◦ green 46 ◦ blue 53

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

Shades of Mahogany #CA2E35

Tints of Mahogany #CA2E35

RGB

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

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

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

R = 67.11%
G = 15.28%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA2E35 (or 0xCA2E35) is known color: Mahogany. HEX triplet: CA, 2E and 35. RGB value is (202,46,53). Sum of RGB (Red+Green+Blue) = 202+46+53=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E35 is #35D1CA. Grayscale: #5D5D5D. Windows color (decimal): -3527115 or 3485386. OLE color: 3485386.

HSL color Cylindrical-coordinate representation of color #CA2E35: hue angle of 357.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 #CA2E35 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 46 53 -
CMYK 0 0.77 0.74 0.21
HSL 357.31º 0.63% 0.49% -
HSV(B) 357.31º 0.77% 0.79% -
XYZ 25.98 14.77 4.85 -
YUV 93.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 202 46 53 0 0.77 0.74 0.21 357.31 0.63 0.49
Hex CA 2E 35 0 4D 4A 15 165 3F 31
Octal 312 56 65 0 115 112 25 545 77 61
Binary 11001010 101110 110101 0 1001101 1001010 10101 101100101 111111 110001

Color Harmonies of #CA2E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2E35

Black with #CA2E35

Text Example


Text Example

White with #CA2E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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