Html Css Color HEX #CA113D Cardinal

📋 copy color: '#CA113D'

red 202 ◦ green 17 ◦ blue 61

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

Shades of Cardinal #CA113D

Tints of Cardinal #CA113D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.79%

R = 72.14%
G = 6.07%
B = 21.79%

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

#CA113D (or 0xCA113D) is known color: Cardinal. HEX triplet: CA, 11 and 3D. RGB value is (202,17,61). Sum of RGB (Red+Green+Blue) = 202+17+61=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA113D is #35EEC2. Grayscale: #4D4D4D. Windows color (decimal): -3534531 or 4002250. OLE color: 4002250.

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

Color convert

RGB 202 17 61 -
CMYK 0 0.92 0.70 0.21
HSL 345.73º 0.84% 0.43% -
HSV(B) 345.73º 0.92% 0.79% -
XYZ 25.4 13.29 5.64 -
YUV 77.33 118.79 216.92 -
System Red Green Blue C M Y K H S L
Decimal 202 17 61 0 0.92 0.70 0.21 345.73 0.84 0.43
Hex CA 11 3D 0 5C 46 15 15A 54 2B
Octal 312 21 75 0 134 106 25 532 124 53
Binary 11001010 10001 111101 0 1011100 1000110 10101 101011010 1010100 101011

Color Harmonies of #CA113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA113D

Black with #CA113D

Text Example


Text Example

White with #CA113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA113D; }

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

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

background-color css

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

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

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

border-color css

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

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

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