Html Css Color HEX #CA1446 Cardinal

📋 copy color: '#CA1446'

red 202 ◦ green 20 ◦ blue 70

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

Shades of Cardinal #CA1446

Tints of Cardinal #CA1446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 69.18%
G = 6.85%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA1446 (or 0xCA1446) is known color: Cardinal. HEX triplet: CA, 14 and 46. RGB value is (202,20,70). Sum of RGB (Red+Green+Blue) = 202+20+70=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1446 is #35EBB9. Grayscale: #505050. Windows color (decimal): -3533754 or 4592842. OLE color: 4592842.

HSL color Cylindrical-coordinate representation of color #CA1446: hue angle of 343.52º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1446 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 70 -
CMYK 0 0.90 0.65 0.21
HSL 343.52º 0.82% 0.44% -
HSV(B) 343.52º 0.9% 0.79% -
XYZ 25.71 13.5 7.04 -
YUV 80.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 202 20 70 0 0.90 0.65 0.21 343.52 0.82 0.44
Hex CA 14 46 0 5A 41 15 158 52 2C
Octal 312 24 106 0 132 101 25 530 122 54
Binary 11001010 10100 1000110 0 1011010 1000001 10101 101011000 1010010 101100

Color Harmonies of #CA1446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1446

Black with #CA1446

Text Example


Text Example

White with #CA1446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1446; }

 p { color: rgb(202,20,70); }

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

background-color css

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

 a { background-color: rgb(202,20,70); }

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

border-color css

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

 span { border-color: rgb(202,20,70); }

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