Html Css Color HEX #CA2933 Mahogany

📋 copy color: '#CA2933'

red 202 ◦ green 41 ◦ blue 51

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

Shades of Mahogany #CA2933

Tints of Mahogany #CA2933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.35%

R = 68.71%
G = 13.95%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA2933 (or 0xCA2933) is known color: Mahogany. HEX triplet: CA, 29 and 33. RGB value is (202,41,51). Sum of RGB (Red+Green+Blue) = 202+41+51=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2933 is #35D6CC. Grayscale: #5A5A5A. Windows color (decimal): -3528397 or 3353034. OLE color: 3353034.

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

Color convert

RGB 202 41 51 -
CMYK 0 0.80 0.75 0.21
HSL 356.27º 0.66% 0.48% -
HSV(B) 356.27º 0.8% 0.79% -
XYZ 25.75 14.38 4.55 -
YUV 90.28 105.84 207.69 -
System Red Green Blue C M Y K H S L
Decimal 202 41 51 0 0.80 0.75 0.21 356.27 0.66 0.48
Hex CA 29 33 0 50 4B 15 164 42 30
Octal 312 51 63 0 120 113 25 544 102 60
Binary 11001010 101001 110011 0 1010000 1001011 10101 101100100 1000010 110000

Color Harmonies of #CA2933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2933

Black with #CA2933

Text Example


Text Example

White with #CA2933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2933; }

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

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

background-color css

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

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

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

border-color css

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

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

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