Html Css Color HEX #CC0042 Crimson

📋 copy color: '#CC0042'

red 204 ◦ green 0 ◦ blue 66

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

Shades of Crimson #CC0042

Tints of Crimson #CC0042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 66 (26.17% from 255) = 24.44%

R = 75.56%
G = 0%
B = 24.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC0042 (or 0xCC0042) is known color: Crimson. HEX triplet: CC, 00 and 42. RGB value is (204,0,66). Sum of RGB (Red+Green+Blue) = 204+0+66=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0042 is #33FFBD. Grayscale: #444444. Windows color (decimal): -3407806 or 4325580. OLE color: 4325580.

HSL color Cylindrical-coordinate representation of color #CC0042: hue angle of 340.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0042 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 0 66 -
CMYK 0 1 0.68 0.2
HSL 340.59º 1% 0.4% -
HSV(B) 340.59º 1% 0.8% -
XYZ 25.89 13.23 6.34 -
YUV 68.52 126.59 224.63 -
System Red Green Blue C M Y K H S L
Decimal 204 0 66 0 1 0.68 0.2 340.59 1 0.4
Hex CC 0 42 0 64 44 14 155 64 28
Octal 314 0 102 0 144 104 24 525 144 50
Binary 11001100 0 1000010 0 1100100 1000100 10100 101010101 1100100 101000

Color Harmonies of #CC0042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0042

Black with #CC0042

Text Example


Text Example

White with #CC0042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0042; }

 p { color: rgb(204,0,66); }

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

background-color css

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

 a { background-color: rgb(204,0,66); }

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

border-color css

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

 span { border-color: rgb(204,0,66); }

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