Html Css Color HEX #CA113F Cardinal

📋 copy color: '#CA113F'

red 202 ◦ green 17 ◦ blue 63

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

Shades of Cardinal #CA113F

Tints of Cardinal #CA113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

 BLUE value IS 63 (25% from 255) = 22.34%

R = 71.63%
G = 6.03%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA113F (or 0xCA113F) is known color: Cardinal. HEX triplet: CA, 11 and 3F. RGB value is (202,17,63). Sum of RGB (Red+Green+Blue) = 202+17+63=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA113F is #35EEC0. Grayscale: #4D4D4D. Windows color (decimal): -3534529 or 4133322. OLE color: 4133322.

HSL color Cylindrical-coordinate representation of color #CA113F: hue angle of 345.08º degrees, saturation: 0.84, 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 #CA113F is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 17 63 -
CMYK 0 0.92 0.69 0.21
HSL 345.08º 0.84% 0.43% -
HSV(B) 345.08º 0.92% 0.79% -
XYZ 25.45 13.32 5.93 -
YUV 77.56 119.79 216.76 -
System Red Green Blue C M Y K H S L
Decimal 202 17 63 0 0.92 0.69 0.21 345.08 0.84 0.43
Hex CA 11 3F 0 5C 45 15 159 54 2B
Octal 312 21 77 0 134 105 25 531 124 53
Binary 11001010 10001 111111 0 1011100 1000101 10101 101011001 1010100 101011

Color Harmonies of #CA113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA113F

Black with #CA113F

Text Example


Text Example

White with #CA113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA113F; }

 p { color: rgb(202,17,63); }

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

background-color css

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

 a { background-color: rgb(202,17,63); }

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

border-color css

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

 span { border-color: rgb(202,17,63); }

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