Html Css Color HEX #CA1946 Cardinal

📋 copy color: '#CA1946'

red 202 ◦ green 25 ◦ blue 70

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

Shades of Cardinal #CA1946

Tints of Cardinal #CA1946

RGB

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

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

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

R = 68.01%
G = 8.42%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA1946 (or 0xCA1946) is known color: Cardinal. HEX triplet: CA, 19 and 46. RGB value is (202,25,70). Sum of RGB (Red+Green+Blue) = 202+25+70=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1946 is #35E6B9. Grayscale: #535353. Windows color (decimal): -3532474 or 4594122. OLE color: 4594122.

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

Color convert

RGB 202 25 70 -
CMYK 0 0.88 0.65 0.21
HSL 344.75º 0.78% 0.45% -
HSV(B) 344.75º 0.88% 0.79% -
XYZ 25.81 13.69 7.08 -
YUV 83.05 120.64 212.84 -
System Red Green Blue C M Y K H S L
Decimal 202 25 70 0 0.88 0.65 0.21 344.75 0.78 0.45
Hex CA 19 46 0 58 41 15 159 4E 2D
Octal 312 31 106 0 130 101 25 531 116 55
Binary 11001010 11001 1000110 0 1011000 1000001 10101 101011001 1001110 101101

Color Harmonies of #CA1946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1946

Black with #CA1946

Text Example


Text Example

White with #CA1946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1946; }

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

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

background-color css

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

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

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

border-color css

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

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

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