Html Css Color HEX #CC1747 Cardinal

📋 copy color: '#CC1747'

red 204 ◦ green 23 ◦ blue 71

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

Shades of Cardinal #CC1747

Tints of Cardinal #CC1747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.72%

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

R = 68.46%
G = 7.72%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC1747 (or 0xCC1747) is known color: Cardinal. HEX triplet: CC, 17 and 47. RGB value is (204,23,71). Sum of RGB (Red+Green+Blue) = 204+23+71=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1747 is #33E8B8. Grayscale: #525252. Windows color (decimal): -3401913 or 4659148. OLE color: 4659148.

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

Color convert

RGB 204 23 71 -
CMYK 0 0.89 0.65 0.2
HSL 344.09º 0.8% 0.45% -
HSV(B) 344.09º 0.89% 0.8% -
XYZ 26.35 13.91 7.26 -
YUV 82.59 121.47 214.6 -
System Red Green Blue C M Y K H S L
Decimal 204 23 71 0 0.89 0.65 0.2 344.09 0.8 0.45
Hex CC 17 47 0 59 41 14 158 50 2D
Octal 314 27 107 0 131 101 24 530 120 55
Binary 11001100 10111 1000111 0 1011001 1000001 10100 101011000 1010000 101101

Color Harmonies of #CC1747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1747

Black with #CC1747

Text Example


Text Example

White with #CC1747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1747; }

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

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

background-color css

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

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

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

border-color css

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

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

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