Html Css Color HEX #CC0039 Crimson

📋 copy color: '#CC0039'

red 204 ◦ green 0 ◦ blue 57

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

Shades of Crimson #CC0039

Tints of Crimson #CC0039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.84%

R = 78.16%
G = 0%
B = 21.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC0039 (or 0xCC0039) is known color: Crimson. HEX triplet: CC, 00 and 39. RGB value is (204,0,57). Sum of RGB (Red+Green+Blue) = 204+0+57=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0039 is #33FFC6. Grayscale: #434343. Windows color (decimal): -3407815 or 3735756. OLE color: 3735756.

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

Color convert

RGB 204 0 57 -
CMYK 0 1 0.72 0.2
HSL 343.24º 1% 0.4% -
HSV(B) 343.24º 1% 0.8% -
XYZ 25.64 13.13 5.05 -
YUV 67.49 122.09 225.37 -
System Red Green Blue C M Y K H S L
Decimal 204 0 57 0 1 0.72 0.2 343.24 1 0.4
Hex CC 0 39 0 64 48 14 157 64 28
Octal 314 0 71 0 144 110 24 527 144 50
Binary 11001100 0 111001 0 1100100 1001000 10100 101010111 1100100 101000

Color Harmonies of #CC0039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0039

Black with #CC0039

Text Example


Text Example

White with #CC0039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0039; }

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

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

background-color css

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

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

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

border-color css

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

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

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