Html Css Color HEX #CC0637 Crimson

📋 copy color: '#CC0637'

red 204 ◦ green 6 ◦ blue 55

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

Shades of Crimson #CC0637

Tints of Crimson #CC0637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.75%

R = 76.98%
G = 2.26%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC0637 (or 0xCC0637) is known color: Crimson. HEX triplet: CC, 06 and 37. RGB value is (204,6,55). Sum of RGB (Red+Green+Blue) = 204+6+55=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0637 is #33F9C8. Grayscale: #464646. Windows color (decimal): -3406281 or 3606220. OLE color: 3606220.

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

Color convert

RGB 204 6 55 -
CMYK 0 0.97 0.73 0.2
HSL 345.15º 0.94% 0.41% -
HSV(B) 345.15º 0.97% 0.8% -
XYZ 25.66 13.24 4.82 -
YUV 70.79 119.1 223.02 -
System Red Green Blue C M Y K H S L
Decimal 204 6 55 0 0.97 0.73 0.2 345.15 0.94 0.41
Hex CC 6 37 0 61 49 14 159 5E 29
Octal 314 6 67 0 141 111 24 531 136 51
Binary 11001100 110 110111 0 1100001 1001001 10100 101011001 1011110 101001

Color Harmonies of #CC0637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0637

Black with #CC0637

Text Example


Text Example

White with #CC0637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0637; }

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

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

background-color css

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

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

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

border-color css

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

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

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