Html Css Color HEX #CA1630 Cardinal

📋 copy color: '#CA1630'

red 202 ◦ green 22 ◦ blue 48

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

Shades of Cardinal #CA1630

Tints of Cardinal #CA1630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

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

R = 74.26%
G = 8.09%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA1630 (or 0xCA1630) is known color: Cardinal. HEX triplet: CA, 16 and 30. RGB value is (202,22,48). Sum of RGB (Red+Green+Blue) = 202+22+48=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1630 is #35E9CF. Grayscale: #4E4E4E. Windows color (decimal): -3533264 or 3151562. OLE color: 3151562.

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

Color convert

RGB 202 22 48 -
CMYK 0 0.89 0.76 0.21
HSL 351.33º 0.8% 0.44% -
HSV(B) 351.33º 0.89% 0.79% -
XYZ 25.18 13.34 4.04 -
YUV 78.78 110.63 215.89 -
System Red Green Blue C M Y K H S L
Decimal 202 22 48 0 0.89 0.76 0.21 351.33 0.8 0.44
Hex CA 16 30 0 59 4C 15 15F 50 2C
Octal 312 26 60 0 131 114 25 537 120 54
Binary 11001010 10110 110000 0 1011001 1001100 10101 101011111 1010000 101100

Color Harmonies of #CA1630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1630

Black with #CA1630

Text Example


Text Example

White with #CA1630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1630; }

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

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

background-color css

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

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

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

border-color css

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

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

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