Html Css Color HEX #CA1447 Cardinal

📋 copy color: '#CA1447'

red 202 ◦ green 20 ◦ blue 71

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

Shades of Cardinal #CA1447

Tints of Cardinal #CA1447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 68.94%
G = 6.83%
B = 24.23%

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

#CA1447 (or 0xCA1447) is known color: Cardinal. HEX triplet: CA, 14 and 47. RGB value is (202,20,71). Sum of RGB (Red+Green+Blue) = 202+20+71=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1447 is #35EBB8. Grayscale: #505050. Windows color (decimal): -3533753 or 4658378. OLE color: 4658378.

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

Color convert

RGB 202 20 71 -
CMYK 0 0.90 0.65 0.21
HSL 343.19º 0.82% 0.44% -
HSV(B) 343.19º 0.9% 0.79% -
XYZ 25.74 13.51 7.21 -
YUV 80.23 122.8 214.85 -
System Red Green Blue C M Y K H S L
Decimal 202 20 71 0 0.90 0.65 0.21 343.19 0.82 0.44
Hex CA 14 47 0 5A 41 15 157 52 2C
Octal 312 24 107 0 132 101 25 527 122 54
Binary 11001010 10100 1000111 0 1011010 1000001 10101 101010111 1010010 101100

Color Harmonies of #CA1447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1447

Black with #CA1447

Text Example


Text Example

White with #CA1447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1447; }

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

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

background-color css

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

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

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

border-color css

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

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

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