Html Css Color HEX #CA2341 Cardinal

📋 copy color: '#CA2341'

red 202 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #CA2341

Tints of Cardinal #CA2341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.52%

R = 66.89%
G = 11.59%
B = 21.52%

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

#CA2341 (or 0xCA2341) is known color: Cardinal. HEX triplet: CA, 23 and 41. RGB value is (202,35,65). Sum of RGB (Red+Green+Blue) = 202+35+65=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2341 is #35DCBE. Grayscale: #585858. Windows color (decimal): -3529919 or 4269002. OLE color: 4269002.

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

Color convert

RGB 202 35 65 -
CMYK 0 0.83 0.68 0.21
HSL 349.22º 0.7% 0.46% -
HSV(B) 349.22º 0.83% 0.79% -
XYZ 25.91 14.14 6.36 -
YUV 88.35 114.83 209.06 -
System Red Green Blue C M Y K H S L
Decimal 202 35 65 0 0.83 0.68 0.21 349.22 0.7 0.46
Hex CA 23 41 0 53 44 15 15D 46 2E
Octal 312 43 101 0 123 104 25 535 106 56
Binary 11001010 100011 1000001 0 1010011 1000100 10101 101011101 1000110 101110

Color Harmonies of #CA2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2341

Black with #CA2341

Text Example


Text Example

White with #CA2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2341; }

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

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

background-color css

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

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

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

border-color css

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

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

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