Html Css Color HEX #CC1040 Crimson

📋 copy color: '#CC1040'

red 204 ◦ green 16 ◦ blue 64

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

Shades of Crimson #CC1040

Tints of Crimson #CC1040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

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

R = 71.83%
G = 5.63%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC1040 (or 0xCC1040) is known color: Crimson. HEX triplet: CC, 10 and 40. RGB value is (204,16,64). Sum of RGB (Red+Green+Blue) = 204+16+64=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1040 is #33EFBF. Grayscale: #4D4D4D. Windows color (decimal): -3403712 or 4198604. OLE color: 4198604.

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

Color convert

RGB 204 16 64 -
CMYK 0 0.92 0.69 0.2
HSL 344.68º 0.85% 0.43% -
HSV(B) 344.68º 0.92% 0.8% -
XYZ 26.01 13.58 6.1 -
YUV 77.68 120.28 218.1 -
System Red Green Blue C M Y K H S L
Decimal 204 16 64 0 0.92 0.69 0.2 344.68 0.85 0.43
Hex CC 10 40 0 5C 45 14 159 55 2B
Octal 314 20 100 0 134 105 24 531 125 53
Binary 11001100 10000 1000000 0 1011100 1000101 10100 101011001 1010101 101011

Color Harmonies of #CC1040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1040

Black with #CC1040

Text Example


Text Example

White with #CC1040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1040; }

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

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

background-color css

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

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

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

border-color css

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

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

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