Html Css Color HEX #CA252E Mahogany

📋 copy color: '#CA252E'

red 202 ◦ green 37 ◦ blue 46

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

Shades of Mahogany #CA252E

Tints of Mahogany #CA252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.98%

 BLUE value IS 46 (18.36% from 255) = 16.14%

R = 70.88%
G = 12.98%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA252E (or 0xCA252E) is known color: Mahogany. HEX triplet: CA, 25 and 2E. RGB value is (202,37,46). Sum of RGB (Red+Green+Blue) = 202+37+46=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA252E is #35DAD1. Grayscale: #575757. Windows color (decimal): -3529426 or 3024330. OLE color: 3024330.

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

Color convert

RGB 202 37 46 -
CMYK 0 0.82 0.77 0.21
HSL 356.73º 0.69% 0.47% -
HSV(B) 356.73º 0.82% 0.79% -
XYZ 25.51 14.08 3.96 -
YUV 87.36 104.66 209.77 -
System Red Green Blue C M Y K H S L
Decimal 202 37 46 0 0.82 0.77 0.21 356.73 0.69 0.47
Hex CA 25 2E 0 52 4D 15 165 45 2F
Octal 312 45 56 0 122 115 25 545 105 57
Binary 11001010 100101 101110 0 1010010 1001101 10101 101100101 1000101 101111

Color Harmonies of #CA252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA252E

Black with #CA252E

Text Example


Text Example

White with #CA252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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