Html Css Color HEX #CC113D Cardinal

📋 copy color: '#CC113D'

red 204 ◦ green 17 ◦ blue 61

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

Shades of Cardinal #CC113D

Tints of Cardinal #CC113D

RGB

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

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

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

R = 72.34%
G = 6.03%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC113D (or 0xCC113D) is known color: Cardinal. HEX triplet: CC, 11 and 3D. RGB value is (204,17,61). Sum of RGB (Red+Green+Blue) = 204+17+61=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC113D is #33EEC2. Grayscale: #4D4D4D. Windows color (decimal): -3403459 or 4002252. OLE color: 4002252.

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

Color convert

RGB 204 17 61 -
CMYK 0 0.92 0.70 0.2
HSL 345.88º 0.85% 0.43% -
HSV(B) 345.88º 0.92% 0.8% -
XYZ 25.94 13.58 5.67 -
YUV 77.93 118.45 217.92 -
System Red Green Blue C M Y K H S L
Decimal 204 17 61 0 0.92 0.70 0.2 345.88 0.85 0.43
Hex CC 11 3D 0 5C 46 14 15A 55 2B
Octal 314 21 75 0 134 106 24 532 125 53
Binary 11001100 10001 111101 0 1011100 1000110 10100 101011010 1010101 101011

Color Harmonies of #CC113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC113D

Black with #CC113D

Text Example


Text Example

White with #CC113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC113D; }

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

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

background-color css

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

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

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

border-color css

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

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

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