Html Css Color HEX #CA1948 Cardinal

📋 copy color: '#CA1948'

red 202 ◦ green 25 ◦ blue 72

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

Shades of Cardinal #CA1948

Tints of Cardinal #CA1948

RGB

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

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

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

R = 67.56%
G = 8.36%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA1948 (or 0xCA1948) is known color: Cardinal. HEX triplet: CA, 19 and 48. RGB value is (202,25,72). Sum of RGB (Red+Green+Blue) = 202+25+72=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1948 is #35E6B7. Grayscale: #535353. Windows color (decimal): -3532472 or 4725194. OLE color: 4725194.

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

Color convert

RGB 202 25 72 -
CMYK 0 0.88 0.64 0.21
HSL 344.07º 0.78% 0.45% -
HSV(B) 344.07º 0.88% 0.79% -
XYZ 25.87 13.72 7.42 -
YUV 83.28 121.64 212.68 -
System Red Green Blue C M Y K H S L
Decimal 202 25 72 0 0.88 0.64 0.21 344.07 0.78 0.45
Hex CA 19 48 0 58 40 15 158 4E 2D
Octal 312 31 110 0 130 100 25 530 116 55
Binary 11001010 11001 1001000 0 1011000 1000000 10101 101011000 1001110 101101

Color Harmonies of #CA1948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1948

Black with #CA1948

Text Example


Text Example

White with #CA1948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1948; }

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

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

background-color css

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

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

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

border-color css

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

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

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