Html Css Color HEX #CC1346 Crimson

📋 copy color: '#CC1346'

red 204 ◦ green 19 ◦ blue 70

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

Shades of Crimson #CC1346

Tints of Crimson #CC1346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.48%

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

R = 69.62%
G = 6.48%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC1346 (or 0xCC1346) is known color: Crimson. HEX triplet: CC, 13 and 46. RGB value is (204,19,70). Sum of RGB (Red+Green+Blue) = 204+19+70=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1346 is #33ECB9. Grayscale: #505050. Windows color (decimal): -3402938 or 4592588. OLE color: 4592588.

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

Color convert

RGB 204 19 70 -
CMYK 0 0.91 0.66 0.2
HSL 343.46º 0.83% 0.44% -
HSV(B) 343.46º 0.91% 0.8% -
XYZ 26.24 13.75 7.06 -
YUV 80.13 122.29 216.35 -
System Red Green Blue C M Y K H S L
Decimal 204 19 70 0 0.91 0.66 0.2 343.46 0.83 0.44
Hex CC 13 46 0 5B 42 14 157 53 2C
Octal 314 23 106 0 133 102 24 527 123 54
Binary 11001100 10011 1000110 0 1011011 1000010 10100 101010111 1010011 101100

Color Harmonies of #CC1346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1346

Black with #CC1346

Text Example


Text Example

White with #CC1346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1346; }

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

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

background-color css

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

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

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

border-color css

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

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

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