Html Css Color HEX #CA1546 Cardinal

📋 copy color: '#CA1546'

red 202 ◦ green 21 ◦ blue 70

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

Shades of Cardinal #CA1546

Tints of Cardinal #CA1546

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.17%

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

R = 68.94%
G = 7.17%
B = 23.89%

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

#CA1546 (or 0xCA1546) is known color: Cardinal. HEX triplet: CA, 15 and 46. RGB value is (202,21,70). Sum of RGB (Red+Green+Blue) = 202+21+70=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1546 is #35EAB9. Grayscale: #505050. Windows color (decimal): -3533498 or 4593098. OLE color: 4593098.

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

Color convert

RGB 202 21 70 -
CMYK 0 0.90 0.65 0.21
HSL 343.76º 0.81% 0.44% -
HSV(B) 343.76º 0.9% 0.79% -
XYZ 25.73 13.54 7.05 -
YUV 80.71 121.97 214.52 -
System Red Green Blue C M Y K H S L
Decimal 202 21 70 0 0.90 0.65 0.21 343.76 0.81 0.44
Hex CA 15 46 0 5A 41 15 158 51 2C
Octal 312 25 106 0 132 101 25 530 121 54
Binary 11001010 10101 1000110 0 1011010 1000001 10101 101011000 1010001 101100

Color Harmonies of #CA1546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1546

Black with #CA1546

Text Example


Text Example

White with #CA1546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1546; }

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

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

background-color css

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

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

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

border-color css

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

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

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