Html Css Color HEX #CA1747 Cardinal

📋 copy color: '#CA1747'

red 202 ◦ green 23 ◦ blue 71

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

Shades of Cardinal #CA1747

Tints of Cardinal #CA1747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.77%

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

R = 68.24%
G = 7.77%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA1747 (or 0xCA1747) is known color: Cardinal. HEX triplet: CA, 17 and 47. RGB value is (202,23,71). Sum of RGB (Red+Green+Blue) = 202+23+71=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1747 is #35E8B8. Grayscale: #515151. Windows color (decimal): -3532985 or 4659146. OLE color: 4659146.

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

Color convert

RGB 202 23 71 -
CMYK 0 0.89 0.65 0.21
HSL 343.91º 0.8% 0.44% -
HSV(B) 343.91º 0.89% 0.79% -
XYZ 25.8 13.62 7.23 -
YUV 81.99 121.8 213.6 -
System Red Green Blue C M Y K H S L
Decimal 202 23 71 0 0.89 0.65 0.21 343.91 0.8 0.44
Hex CA 17 47 0 59 41 15 158 50 2C
Octal 312 27 107 0 131 101 25 530 120 54
Binary 11001010 10111 1000111 0 1011001 1000001 10101 101011000 1010000 101100

Color Harmonies of #CA1747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1747

Black with #CA1747

Text Example


Text Example

White with #CA1747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1747; }

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

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

background-color css

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

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

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

border-color css

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

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

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