Html Css Color HEX #CC113A Cardinal

📋 copy color: '#CC113A'

red 204 ◦ green 17 ◦ blue 58

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

Shades of Cardinal #CC113A

Tints of Cardinal #CC113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.79%

R = 73.12%
G = 6.09%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC113A (or 0xCC113A) is known color: Cardinal. HEX triplet: CC, 11 and 3A. RGB value is (204,17,58). Sum of RGB (Red+Green+Blue) = 204+17+58=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC113A is #33EEC5. Grayscale: #4D4D4D. Windows color (decimal): -3403462 or 3805644. OLE color: 3805644.

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

Color convert

RGB 204 17 58 -
CMYK 0 0.92 0.72 0.2
HSL 346.84º 0.85% 0.43% -
HSV(B) 346.84º 0.92% 0.8% -
XYZ 25.87 13.54 5.25 -
YUV 77.59 116.95 218.17 -
System Red Green Blue C M Y K H S L
Decimal 204 17 58 0 0.92 0.72 0.2 346.84 0.85 0.43
Hex CC 11 3A 0 5C 48 14 15B 55 2B
Octal 314 21 72 0 134 110 24 533 125 53
Binary 11001100 10001 111010 0 1011100 1001000 10100 101011011 1010101 101011

Color Harmonies of #CC113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC113A

Black with #CC113A

Text Example


Text Example

White with #CC113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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