Html Css Color HEX #CA2140 Cardinal

📋 copy color: '#CA2140'

red 202 ◦ green 33 ◦ blue 64

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

Shades of Cardinal #CA2140

Tints of Cardinal #CA2140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.04%

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 67.56%
G = 11.04%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA2140 (or 0xCA2140) is known color: Cardinal. HEX triplet: CA, 21 and 40. RGB value is (202,33,64). Sum of RGB (Red+Green+Blue) = 202+33+64=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2140 is #35DEBF. Grayscale: #575757. Windows color (decimal): -3530432 or 4202954. OLE color: 4202954.

HSL color Cylindrical-coordinate representation of color #CA2140: hue angle of 348.99º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2140 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 33 64 -
CMYK 0 0.84 0.68 0.21
HSL 348.99º 0.72% 0.46% -
HSV(B) 348.99º 0.84% 0.79% -
XYZ 25.83 14.01 6.19 -
YUV 87.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 202 33 64 0 0.84 0.68 0.21 348.99 0.72 0.46
Hex CA 21 40 0 54 44 15 15D 48 2E
Octal 312 41 100 0 124 104 25 535 110 56
Binary 11001010 100001 1000000 0 1010100 1000100 10101 101011101 1001000 101110

Color Harmonies of #CA2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2140

Black with #CA2140

Text Example


Text Example

White with #CA2140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2140; }

 p { color: rgb(202,33,64); }

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

background-color css

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

 a { background-color: rgb(202,33,64); }

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

border-color css

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

 span { border-color: rgb(202,33,64); }

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