Html Css Color HEX #CC113B Cardinal

📋 copy color: '#CC113B'

red 204 ◦ green 17 ◦ blue 59

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

Shades of Cardinal #CC113B

Tints of Cardinal #CC113B

RGB

 RED value IS 204 (80.08% from 255) = 72.86%

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

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

R = 72.86%
G = 6.07%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC113B (or 0xCC113B) is known color: Cardinal. HEX triplet: CC, 11 and 3B. RGB value is (204,17,59). Sum of RGB (Red+Green+Blue) = 204+17+59=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC113B is #33EEC4. Grayscale: #4D4D4D. Windows color (decimal): -3403461 or 3871180. OLE color: 3871180.

HSL color Cylindrical-coordinate representation of color #CC113B: hue angle of 346.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC113B is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 17 59 -
CMYK 0 0.92 0.71 0.2
HSL 346.52º 0.85% 0.43% -
HSV(B) 346.52º 0.92% 0.8% -
XYZ 25.89 13.55 5.39 -
YUV 77.7 117.45 218.08 -
System Red Green Blue C M Y K H S L
Decimal 204 17 59 0 0.92 0.71 0.2 346.52 0.85 0.43
Hex CC 11 3B 0 5C 47 14 15B 55 2B
Octal 314 21 73 0 134 107 24 533 125 53
Binary 11001100 10001 111011 0 1011100 1000111 10100 101011011 1010101 101011

Color Harmonies of #CC113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC113B

Black with #CC113B

Text Example


Text Example

White with #CC113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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