Html Css Color HEX #CC0540 Crimson

📋 copy color: '#CC0540'

red 204 ◦ green 5 ◦ blue 64

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

Shades of Crimson #CC0540

Tints of Crimson #CC0540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 74.73%
G = 1.83%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC0540 (or 0xCC0540) is known color: Crimson. HEX triplet: CC, 05 and 40. RGB value is (204,5,64). Sum of RGB (Red+Green+Blue) = 204+5+64=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0540 is #33FABF. Grayscale: #474747. Windows color (decimal): -3406528 or 4195788. OLE color: 4195788.

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

Color convert

RGB 204 5 64 -
CMYK 0 0.98 0.69 0.2
HSL 342.21º 0.95% 0.41% -
HSV(B) 342.21º 0.98% 0.8% -
XYZ 25.88 13.32 6.06 -
YUV 71.23 123.93 222.7 -
System Red Green Blue C M Y K H S L
Decimal 204 5 64 0 0.98 0.69 0.2 342.21 0.95 0.41
Hex CC 5 40 0 62 45 14 156 5F 29
Octal 314 5 100 0 142 105 24 526 137 51
Binary 11001100 101 1000000 0 1100010 1000101 10100 101010110 1011111 101001

Color Harmonies of #CC0540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0540

Black with #CC0540

Text Example


Text Example

White with #CC0540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0540; }

 p { color: rgb(204,5,64); }

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

background-color css

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

 a { background-color: rgb(204,5,64); }

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

border-color css

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

 span { border-color: rgb(204,5,64); }

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