Html Css Color HEX #CC1644 Cardinal

📋 copy color: '#CC1644'

red 204 ◦ green 22 ◦ blue 68

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

Shades of Cardinal #CC1644

Tints of Cardinal #CC1644

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.48%

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 69.39%
G = 7.48%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC1644 (or 0xCC1644) is known color: Cardinal. HEX triplet: CC, 16 and 44. RGB value is (204,22,68). Sum of RGB (Red+Green+Blue) = 204+22+68=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1644 is #33E9BB. Grayscale: #515151. Windows color (decimal): -3402172 or 4462284. OLE color: 4462284.

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

Color convert

RGB 204 22 68 -
CMYK 0 0.89 0.67 0.2
HSL 344.84º 0.81% 0.44% -
HSV(B) 344.84º 0.89% 0.8% -
XYZ 26.23 13.83 6.76 -
YUV 81.66 120.3 215.26 -
System Red Green Blue C M Y K H S L
Decimal 204 22 68 0 0.89 0.67 0.2 344.84 0.81 0.44
Hex CC 16 44 0 59 43 14 159 51 2C
Octal 314 26 104 0 131 103 24 531 121 54
Binary 11001100 10110 1000100 0 1011001 1000011 10100 101011001 1010001 101100

Color Harmonies of #CC1644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1644

Black with #CC1644

Text Example


Text Example

White with #CC1644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1644; }

 p { color: rgb(204,22,68); }

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

background-color css

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

 a { background-color: rgb(204,22,68); }

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

border-color css

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

 span { border-color: rgb(204,22,68); }

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