Html Css Color HEX #CC0840 Crimson

📋 copy color: '#CC0840'

red 204 ◦ green 8 ◦ blue 64

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

Shades of Crimson #CC0840

Tints of Crimson #CC0840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.9%

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

R = 73.91%
G = 2.9%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC0840 (or 0xCC0840) is known color: Crimson. HEX triplet: CC, 08 and 40. RGB value is (204,8,64). Sum of RGB (Red+Green+Blue) = 204+8+64=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0840 is #33F7BF. Grayscale: #484848. Windows color (decimal): -3405760 or 4196556. OLE color: 4196556.

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

Color convert

RGB 204 8 64 -
CMYK 0 0.96 0.69 0.2
HSL 342.86º 0.92% 0.42% -
HSV(B) 342.86º 0.96% 0.8% -
XYZ 25.91 13.38 6.07 -
YUV 72.99 122.93 221.45 -
System Red Green Blue C M Y K H S L
Decimal 204 8 64 0 0.96 0.69 0.2 342.86 0.92 0.42
Hex CC 8 40 0 60 45 14 157 5C 2A
Octal 314 10 100 0 140 105 24 527 134 52
Binary 11001100 1000 1000000 0 1100000 1000101 10100 101010111 1011100 101010

Color Harmonies of #CC0840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0840

Black with #CC0840

Text Example


Text Example

White with #CC0840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0840; }

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

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

background-color css

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

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

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

border-color css

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

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

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