Html Css Color HEX #CA113C Cardinal

📋 copy color: '#CA113C'

red 202 ◦ green 17 ◦ blue 60

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

Shades of Cardinal #CA113C

Tints of Cardinal #CA113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.51%

R = 72.4%
G = 6.09%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA113C (or 0xCA113C) is known color: Cardinal. HEX triplet: CA, 11 and 3C. RGB value is (202,17,60). Sum of RGB (Red+Green+Blue) = 202+17+60=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA113C is #35EEC3. Grayscale: #4D4D4D. Windows color (decimal): -3534532 or 3936714. OLE color: 3936714.

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

Color convert

RGB 202 17 60 -
CMYK 0 0.92 0.70 0.21
HSL 346.05º 0.84% 0.43% -
HSV(B) 346.05º 0.92% 0.79% -
XYZ 25.37 13.28 5.5 -
YUV 77.22 118.29 217 -
System Red Green Blue C M Y K H S L
Decimal 202 17 60 0 0.92 0.70 0.21 346.05 0.84 0.43
Hex CA 11 3C 0 5C 46 15 15A 54 2B
Octal 312 21 74 0 134 106 25 532 124 53
Binary 11001010 10001 111100 0 1011100 1000110 10101 101011010 1010100 101011

Color Harmonies of #CA113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA113C

Black with #CA113C

Text Example


Text Example

White with #CA113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA113C; }

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

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

background-color css

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

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

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

border-color css

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

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

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