Html Css Color HEX #CA1530 Cardinal

📋 copy color: '#CA1530'

red 202 ◦ green 21 ◦ blue 48

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

Shades of Cardinal #CA1530

Tints of Cardinal #CA1530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.71%

R = 74.54%
G = 7.75%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA1530 (or 0xCA1530) is known color: Cardinal. HEX triplet: CA, 15 and 30. RGB value is (202,21,48). Sum of RGB (Red+Green+Blue) = 202+21+48=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1530 is #35EACF. Grayscale: #4E4E4E. Windows color (decimal): -3533520 or 3151306. OLE color: 3151306.

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

Color convert

RGB 202 21 48 -
CMYK 0 0.90 0.76 0.21
HSL 351.05º 0.81% 0.44% -
HSV(B) 351.05º 0.9% 0.79% -
XYZ 25.16 13.31 4.04 -
YUV 78.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 202 21 48 0 0.90 0.76 0.21 351.05 0.81 0.44
Hex CA 15 30 0 5A 4C 15 15F 51 2C
Octal 312 25 60 0 132 114 25 537 121 54
Binary 11001010 10101 110000 0 1011010 1001100 10101 101011111 1010001 101100

Color Harmonies of #CA1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1530

Black with #CA1530

Text Example


Text Example

White with #CA1530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1530; }

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

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

background-color css

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

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

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

border-color css

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

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

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