Html Css Color HEX #CC173F Cardinal

📋 copy color: '#CC173F'

red 204 ◦ green 23 ◦ blue 63

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

Shades of Cardinal #CC173F

Tints of Cardinal #CC173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.72%

R = 70.34%
G = 7.93%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC173F (or 0xCC173F) is known color: Cardinal. HEX triplet: CC, 17 and 3F. RGB value is (204,23,63). Sum of RGB (Red+Green+Blue) = 204+23+63=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC173F is #33E8C0. Grayscale: #515151. Windows color (decimal): -3401921 or 4134860. OLE color: 4134860.

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

Color convert

RGB 204 23 63 -
CMYK 0 0.89 0.69 0.2
HSL 346.74º 0.8% 0.45% -
HSV(B) 346.74º 0.89% 0.8% -
XYZ 26.11 13.81 5.99 -
YUV 81.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 204 23 63 0 0.89 0.69 0.2 346.74 0.8 0.45
Hex CC 17 3F 0 59 45 14 15B 50 2D
Octal 314 27 77 0 131 105 24 533 120 55
Binary 11001100 10111 111111 0 1011001 1000101 10100 101011011 1010000 101101

Color Harmonies of #CC173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC173F

Black with #CC173F

Text Example


Text Example

White with #CC173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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