Html Css Color HEX #CA1048 Cardinal

📋 copy color: '#CA1048'

red 202 ◦ green 16 ◦ blue 72

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

Shades of Cardinal #CA1048

Tints of Cardinal #CA1048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.52%

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 69.66%
G = 5.52%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA1048 (or 0xCA1048) is known color: Cardinal. HEX triplet: CA, 10 and 48. RGB value is (202,16,72). Sum of RGB (Red+Green+Blue) = 202+16+72=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1048 is #35EFB7. Grayscale: #4D4D4D. Windows color (decimal): -3534776 or 4722890. OLE color: 4722890.

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

Color convert

RGB 202 16 72 -
CMYK 0 0.92 0.64 0.21
HSL 341.94º 0.85% 0.43% -
HSV(B) 341.94º 0.92% 0.79% -
XYZ 25.71 13.4 7.36 -
YUV 78 124.62 216.45 -
System Red Green Blue C M Y K H S L
Decimal 202 16 72 0 0.92 0.64 0.21 341.94 0.85 0.43
Hex CA 10 48 0 5C 40 15 156 55 2B
Octal 312 20 110 0 134 100 25 526 125 53
Binary 11001010 10000 1001000 0 1011100 1000000 10101 101010110 1010101 101011

Color Harmonies of #CA1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1048

Black with #CA1048

Text Example


Text Example

White with #CA1048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1048; }

 p { color: rgb(202,16,72); }

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

background-color css

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

 a { background-color: rgb(202,16,72); }

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

border-color css

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

 span { border-color: rgb(202,16,72); }

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