Html Css Color HEX #CC1639 Cardinal

📋 copy color: '#CC1639'

red 204 ◦ green 22 ◦ blue 57

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

Shades of Cardinal #CC1639

Tints of Cardinal #CC1639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.14%

R = 72.08%
G = 7.77%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC1639 (or 0xCC1639) is known color: Cardinal. HEX triplet: CC, 16 and 39. RGB value is (204,22,57). Sum of RGB (Red+Green+Blue) = 204+22+57=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1639 is #33E9C6. Grayscale: #505050. Windows color (decimal): -3402183 or 3741388. OLE color: 3741388.

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

Color convert

RGB 204 22 57 -
CMYK 0 0.89 0.72 0.2
HSL 348.46º 0.81% 0.44% -
HSV(B) 348.46º 0.89% 0.8% -
XYZ 25.93 13.71 5.15 -
YUV 80.41 114.8 216.15 -
System Red Green Blue C M Y K H S L
Decimal 204 22 57 0 0.89 0.72 0.2 348.46 0.81 0.44
Hex CC 16 39 0 59 48 14 15C 51 2C
Octal 314 26 71 0 131 110 24 534 121 54
Binary 11001100 10110 111001 0 1011001 1001000 10100 101011100 1010001 101100

Color Harmonies of #CC1639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1639

Black with #CC1639

Text Example


Text Example

White with #CC1639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1639; }

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

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

background-color css

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

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

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

border-color css

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

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

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