Html Css Color HEX #CA2539 Cardinal

📋 copy color: '#CA2539'

red 202 ◦ green 37 ◦ blue 57

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

Shades of Cardinal #CA2539

Tints of Cardinal #CA2539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.26%

R = 68.24%
G = 12.5%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA2539 (or 0xCA2539) is known color: Cardinal. HEX triplet: CA, 25 and 39. RGB value is (202,37,57). Sum of RGB (Red+Green+Blue) = 202+37+57=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2539 is #35DAC6. Grayscale: #585858. Windows color (decimal): -3529415 or 3745226. OLE color: 3745226.

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

Color convert

RGB 202 37 57 -
CMYK 0 0.82 0.72 0.21
HSL 352.73º 0.69% 0.47% -
HSV(B) 352.73º 0.82% 0.79% -
XYZ 25.76 14.18 5.25 -
YUV 88.62 110.16 208.87 -
System Red Green Blue C M Y K H S L
Decimal 202 37 57 0 0.82 0.72 0.21 352.73 0.69 0.47
Hex CA 25 39 0 52 48 15 161 45 2F
Octal 312 45 71 0 122 110 25 541 105 57
Binary 11001010 100101 111001 0 1010010 1001000 10101 101100001 1000101 101111

Color Harmonies of #CA2539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2539

Black with #CA2539

Text Example


Text Example

White with #CA2539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2539; }

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

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

background-color css

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

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

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

border-color css

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

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

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