Html Css Color HEX #CC1947 Cardinal

📋 copy color: '#CC1947'

red 204 ◦ green 25 ◦ blue 71

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

Shades of Cardinal #CC1947

Tints of Cardinal #CC1947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.33%

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

R = 68%
G = 8.33%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC1947 (or 0xCC1947) is known color: Cardinal. HEX triplet: CC, 19 and 47. RGB value is (204,25,71). Sum of RGB (Red+Green+Blue) = 204+25+71=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1947 is #33E6B8. Grayscale: #535353. Windows color (decimal): -3401401 or 4659660. OLE color: 4659660.

HSL color Cylindrical-coordinate representation of color #CC1947: hue angle of 344.58º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1947 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 25 71 -
CMYK 0 0.88 0.65 0.2
HSL 344.58º 0.78% 0.45% -
HSV(B) 344.58º 0.88% 0.8% -
XYZ 26.39 13.99 7.27 -
YUV 83.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 204 25 71 0 0.88 0.65 0.2 344.58 0.78 0.45
Hex CC 19 47 0 58 41 14 159 4E 2D
Octal 314 31 107 0 130 101 24 531 116 55
Binary 11001100 11001 1000111 0 1011000 1000001 10100 101011001 1001110 101101

Color Harmonies of #CC1947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1947

Black with #CC1947

Text Example


Text Example

White with #CC1947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1947; }

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

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

background-color css

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

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

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

border-color css

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

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

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