Html Css Color HEX #CC0746 Crimson

📋 copy color: '#CC0746'

red 204 ◦ green 7 ◦ blue 70

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

Shades of Crimson #CC0746

Tints of Crimson #CC0746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

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

R = 72.6%
G = 2.49%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC0746 (or 0xCC0746) is known color: Crimson. HEX triplet: CC, 07 and 46. RGB value is (204,7,70). Sum of RGB (Red+Green+Blue) = 204+7+70=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0746 is #33F8B9. Grayscale: #494949. Windows color (decimal): -3406010 or 4589516. OLE color: 4589516.

HSL color Cylindrical-coordinate representation of color #CC0746: hue angle of 340.81º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0746 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 7 70 -
CMYK 0 0.97 0.66 0.2
HSL 340.81º 0.93% 0.41% -
HSV(B) 340.81º 0.97% 0.8% -
XYZ 26.08 13.43 7.01 -
YUV 73.09 126.27 221.38 -
System Red Green Blue C M Y K H S L
Decimal 204 7 70 0 0.97 0.66 0.2 340.81 0.93 0.41
Hex CC 7 46 0 61 42 14 155 5D 29
Octal 314 7 106 0 141 102 24 525 135 51
Binary 11001100 111 1000110 0 1100001 1000010 10100 101010101 1011101 101001

Color Harmonies of #CC0746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0746

Black with #CC0746

Text Example


Text Example

White with #CC0746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0746; }

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

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

background-color css

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

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

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

border-color css

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

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

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