Html Css Color HEX #CC1447 Cardinal

📋 copy color: '#CC1447'

red 204 ◦ green 20 ◦ blue 71

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

Shades of Cardinal #CC1447

Tints of Cardinal #CC1447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.78%

 BLUE value IS 71 (28.13% from 255) = 24.07%

R = 69.15%
G = 6.78%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC1447 (or 0xCC1447) is known color: Cardinal. HEX triplet: CC, 14 and 47. RGB value is (204,20,71). Sum of RGB (Red+Green+Blue) = 204+20+71=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1447 is #33EBB8. Grayscale: #505050. Windows color (decimal): -3402681 or 4658380. OLE color: 4658380.

HSL color Cylindrical-coordinate representation of color #CC1447: hue angle of 343.37º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1447 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 71 -
CMYK 0 0.90 0.65 0.2
HSL 343.37º 0.82% 0.44% -
HSV(B) 343.37º 0.9% 0.8% -
XYZ 26.29 13.79 7.24 -
YUV 80.83 122.46 215.85 -
System Red Green Blue C M Y K H S L
Decimal 204 20 71 0 0.90 0.65 0.2 343.37 0.82 0.44
Hex CC 14 47 0 5A 41 14 157 52 2C
Octal 314 24 107 0 132 101 24 527 122 54
Binary 11001100 10100 1000111 0 1011010 1000001 10100 101010111 1010010 101100

Color Harmonies of #CC1447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1447

Black with #CC1447

Text Example


Text Example

White with #CC1447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1447; }

 p { color: rgb(204,20,71); }

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

background-color css

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

 a { background-color: rgb(204,20,71); }

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

border-color css

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

 span { border-color: rgb(204,20,71); }

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