Html Css Color HEX #CC0346 Crimson

📋 copy color: '#CC0346'

red 204 ◦ green 3 ◦ blue 70

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

Shades of Crimson #CC0346

Tints of Crimson #CC0346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 73.65%
G = 1.08%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC0346 (or 0xCC0346) is known color: Crimson. HEX triplet: CC, 03 and 46. RGB value is (204,3,70). Sum of RGB (Red+Green+Blue) = 204+3+70=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0346 is #33FCB9. Grayscale: #464646. Windows color (decimal): -3407034 or 4588492. OLE color: 4588492.

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

Color convert

RGB 204 3 70 -
CMYK 0 0.99 0.66 0.2
HSL 340º 0.97% 0.41% -
HSV(B) 340º 0.99% 0.8% -
XYZ 26.04 13.34 7 -
YUV 70.74 127.59 223.05 -
System Red Green Blue C M Y K H S L
Decimal 204 3 70 0 0.99 0.66 0.2 340 0.97 0.41
Hex CC 3 46 0 63 42 14 154 61 29
Octal 314 3 106 0 143 102 24 524 141 51
Binary 11001100 11 1000110 0 1100011 1000010 10100 101010100 1100001 101001

Color Harmonies of #CC0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0346

Black with #CC0346

Text Example


Text Example

White with #CC0346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0346; }

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

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

background-color css

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

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

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

border-color css

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

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

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