Html Css Color HEX #CA1949 Cardinal

📋 copy color: '#CA1949'

red 202 ◦ green 25 ◦ blue 73

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

Shades of Cardinal #CA1949

Tints of Cardinal #CA1949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.33%

 BLUE value IS 73 (28.91% from 255) = 24.33%

R = 67.33%
G = 8.33%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA1949 (or 0xCA1949) is known color: Cardinal. HEX triplet: CA, 19 and 49. RGB value is (202,25,73). Sum of RGB (Red+Green+Blue) = 202+25+73=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1949 is #35E6B6. Grayscale: #535353. Windows color (decimal): -3532471 or 4790730. OLE color: 4790730.

HSL color Cylindrical-coordinate representation of color #CA1949: hue angle of 343.73º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1949 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 25 73 -
CMYK 0 0.88 0.64 0.21
HSL 343.73º 0.78% 0.45% -
HSV(B) 343.73º 0.88% 0.79% -
XYZ 25.91 13.73 7.59 -
YUV 83.4 122.14 212.6 -
System Red Green Blue C M Y K H S L
Decimal 202 25 73 0 0.88 0.64 0.21 343.73 0.78 0.45
Hex CA 19 49 0 58 40 15 158 4E 2D
Octal 312 31 111 0 130 100 25 530 116 55
Binary 11001010 11001 1001001 0 1011000 1000000 10101 101011000 1001110 101101

Color Harmonies of #CA1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1949

Black with #CA1949

Text Example


Text Example

White with #CA1949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1949; }

 p { color: rgb(202,25,73); }

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

background-color css

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

 a { background-color: rgb(202,25,73); }

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

border-color css

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

 span { border-color: rgb(202,25,73); }

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