Html Css Color HEX #CA1750 Cardinal

📋 copy color: '#CA1750'

red 202 ◦ green 23 ◦ blue 80

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

Shades of Cardinal #CA1750

Tints of Cardinal #CA1750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.23%

R = 66.23%
G = 7.54%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA1750 (or 0xCA1750) is known color: Cardinal. HEX triplet: CA, 17 and 50. RGB value is (202,23,80). Sum of RGB (Red+Green+Blue) = 202+23+80=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1750 is #35E8AF. Grayscale: #525252. Windows color (decimal): -3532976 or 5248970. OLE color: 5248970.

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

Color convert

RGB 202 23 80 -
CMYK 0 0.89 0.60 0.21
HSL 340.89º 0.8% 0.44% -
HSV(B) 340.89º 0.89% 0.79% -
XYZ 26.11 13.75 8.87 -
YUV 83.02 126.3 212.87 -
System Red Green Blue C M Y K H S L
Decimal 202 23 80 0 0.89 0.60 0.21 340.89 0.8 0.44
Hex CA 17 50 0 59 3C 15 155 50 2C
Octal 312 27 120 0 131 74 25 525 120 54
Binary 11001010 10111 1010000 0 1011001 111100 10101 101010101 1010000 101100

Color Harmonies of #CA1750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1750

Black with #CA1750

Text Example


Text Example

White with #CA1750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1750; }

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

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

background-color css

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

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

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

border-color css

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

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

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