Html Css Color HEX #CA2340 Cardinal

📋 copy color: '#CA2340'

red 202 ◦ green 35 ◦ blue 64

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

Shades of Cardinal #CA2340

Tints of Cardinal #CA2340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

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

R = 67.11%
G = 11.63%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA2340 (or 0xCA2340) is known color: Cardinal. HEX triplet: CA, 23 and 40. RGB value is (202,35,64). Sum of RGB (Red+Green+Blue) = 202+35+64=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2340 is #35DCBF. Grayscale: #585858. Windows color (decimal): -3529920 or 4203466. OLE color: 4203466.

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

Color convert

RGB 202 35 64 -
CMYK 0 0.83 0.68 0.21
HSL 349.58º 0.7% 0.46% -
HSV(B) 349.58º 0.83% 0.79% -
XYZ 25.88 14.13 6.21 -
YUV 88.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 202 35 64 0 0.83 0.68 0.21 349.58 0.7 0.46
Hex CA 23 40 0 53 44 15 15E 46 2E
Octal 312 43 100 0 123 104 25 536 106 56
Binary 11001010 100011 1000000 0 1010011 1000100 10101 101011110 1000110 101110

Color Harmonies of #CA2340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2340

Black with #CA2340

Text Example


Text Example

White with #CA2340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2340; }

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

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

background-color css

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

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

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

border-color css

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

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

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