Html Css Color HEX #CA1543 Cardinal

📋 copy color: '#CA1543'

red 202 ◦ green 21 ◦ blue 67

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

Shades of Cardinal #CA1543

Tints of Cardinal #CA1543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.1%

R = 69.66%
G = 7.24%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA1543 (or 0xCA1543) is known color: Cardinal. HEX triplet: CA, 15 and 43. RGB value is (202,21,67). Sum of RGB (Red+Green+Blue) = 202+21+67=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1543 is #35EABC. Grayscale: #505050. Windows color (decimal): -3533501 or 4396490. OLE color: 4396490.

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

Color convert

RGB 202 21 67 -
CMYK 0 0.90 0.67 0.21
HSL 344.75º 0.81% 0.44% -
HSV(B) 344.75º 0.9% 0.79% -
XYZ 25.64 13.5 6.56 -
YUV 80.36 120.47 214.76 -
System Red Green Blue C M Y K H S L
Decimal 202 21 67 0 0.90 0.67 0.21 344.75 0.81 0.44
Hex CA 15 43 0 5A 43 15 159 51 2C
Octal 312 25 103 0 132 103 25 531 121 54
Binary 11001010 10101 1000011 0 1011010 1000011 10101 101011001 1010001 101100

Color Harmonies of #CA1543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1543

Black with #CA1543

Text Example


Text Example

White with #CA1543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1543; }

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

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

background-color css

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

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

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

border-color css

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

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

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