Html Css Color HEX #CC0146 Crimson

📋 copy color: '#CC0146'

red 204 ◦ green 1 ◦ blue 70

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

Shades of Crimson #CC0146

Tints of Crimson #CC0146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 70 (27.73% from 255) = 25.45%

R = 74.18%
G = 0.36%
B = 25.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC0146 (or 0xCC0146) is known color: Crimson. HEX triplet: CC, 01 and 46. RGB value is (204,1,70). Sum of RGB (Red+Green+Blue) = 204+1+70=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0146 is #33FEB9. Grayscale: #454545. Windows color (decimal): -3407546 or 4587980. OLE color: 4587980.

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

Color convert

RGB 204 1 70 -
CMYK 0 1.00 0.66 0.2
HSL 339.61º 0.99% 0.4% -
HSV(B) 339.61º 1% 0.8% -
XYZ 26.02 13.3 6.99 -
YUV 69.56 128.25 223.89 -
System Red Green Blue C M Y K H S L
Decimal 204 1 70 0 1.00 0.66 0.2 339.61 0.99 0.4
Hex CC 1 46 0 64 42 14 154 63 28
Octal 314 1 106 0 144 102 24 524 143 50
Binary 11001100 1 1000110 0 1100100 1000010 10100 101010100 1100011 101000

Color Harmonies of #CC0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0146

Black with #CC0146

Text Example


Text Example

White with #CC0146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0146; }

 p { color: rgb(204,1,70); }

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

background-color css

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

 a { background-color: rgb(204,1,70); }

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

border-color css

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

 span { border-color: rgb(204,1,70); }

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