Html Css Color HEX #CC0942 Crimson

📋 copy color: '#CC0942'

red 204 ◦ green 9 ◦ blue 66

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

Shades of Crimson #CC0942

Tints of Crimson #CC0942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

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

R = 73.12%
G = 3.23%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC0942 (or 0xCC0942) is known color: Crimson. HEX triplet: CC, 09 and 42. RGB value is (204,9,66). Sum of RGB (Red+Green+Blue) = 204+9+66=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0942 is #33F6BD. Grayscale: #494949. Windows color (decimal): -3405502 or 4327884. OLE color: 4327884.

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

Color convert

RGB 204 9 66 -
CMYK 0 0.96 0.68 0.2
HSL 342.46º 0.92% 0.42% -
HSV(B) 342.46º 0.96% 0.8% -
XYZ 25.98 13.43 6.38 -
YUV 73.8 123.6 220.87 -
System Red Green Blue C M Y K H S L
Decimal 204 9 66 0 0.96 0.68 0.2 342.46 0.92 0.42
Hex CC 9 42 0 60 44 14 156 5C 2A
Octal 314 11 102 0 140 104 24 526 134 52
Binary 11001100 1001 1000010 0 1100000 1000100 10100 101010110 1011100 101010

Color Harmonies of #CC0942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0942

Black with #CC0942

Text Example


Text Example

White with #CC0942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0942; }

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

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

background-color css

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

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

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

border-color css

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

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

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