Html Css Color HEX #CC0639 Crimson

📋 copy color: '#CC0639'

red 204 ◦ green 6 ◦ blue 57

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

Shades of Crimson #CC0639

Tints of Crimson #CC0639

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

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

R = 76.4%
G = 2.25%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC0639 (or 0xCC0639) is known color: Crimson. HEX triplet: CC, 06 and 39. RGB value is (204,6,57). Sum of RGB (Red+Green+Blue) = 204+6+57=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0639 is #33F9C6. Grayscale: #474747. Windows color (decimal): -3406279 or 3737292. OLE color: 3737292.

HSL color Cylindrical-coordinate representation of color #CC0639: hue angle of 344.55º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0639 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 6 57 -
CMYK 0 0.97 0.72 0.2
HSL 344.55º 0.94% 0.41% -
HSV(B) 344.55º 0.97% 0.8% -
XYZ 25.71 13.26 5.08 -
YUV 71.02 120.1 222.85 -
System Red Green Blue C M Y K H S L
Decimal 204 6 57 0 0.97 0.72 0.2 344.55 0.94 0.41
Hex CC 6 39 0 61 48 14 159 5E 29
Octal 314 6 71 0 141 110 24 531 136 51
Binary 11001100 110 111001 0 1100001 1001000 10100 101011001 1011110 101001

Color Harmonies of #CC0639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0639

Black with #CC0639

Text Example


Text Example

White with #CC0639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0639; }

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

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

background-color css

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

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

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

border-color css

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

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

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