Html Css Color HEX #CA113B Cardinal

📋 copy color: '#CA113B'

red 202 ◦ green 17 ◦ blue 59

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

Shades of Cardinal #CA113B

Tints of Cardinal #CA113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.22%

R = 72.66%
G = 6.12%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA113B (or 0xCA113B) is known color: Cardinal. HEX triplet: CA, 11 and 3B. RGB value is (202,17,59). Sum of RGB (Red+Green+Blue) = 202+17+59=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA113B is #35EEC4. Grayscale: #4D4D4D. Windows color (decimal): -3534533 or 3871178. OLE color: 3871178.

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

Color convert

RGB 202 17 59 -
CMYK 0 0.92 0.71 0.21
HSL 346.38º 0.84% 0.43% -
HSV(B) 346.38º 0.92% 0.79% -
XYZ 25.35 13.27 5.36 -
YUV 77.1 117.79 217.08 -
System Red Green Blue C M Y K H S L
Decimal 202 17 59 0 0.92 0.71 0.21 346.38 0.84 0.43
Hex CA 11 3B 0 5C 47 15 15A 54 2B
Octal 312 21 73 0 134 107 25 532 124 53
Binary 11001010 10001 111011 0 1011100 1000111 10101 101011010 1010100 101011

Color Harmonies of #CA113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA113B

Black with #CA113B

Text Example


Text Example

White with #CA113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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