Html Css Color HEX #CC1246 Crimson

📋 copy color: '#CC1246'

red 204 ◦ green 18 ◦ blue 70

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

Shades of Crimson #CC1246

Tints of Crimson #CC1246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

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

R = 69.86%
G = 6.16%
B = 23.97%

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

#CC1246 (or 0xCC1246) is known color: Crimson. HEX triplet: CC, 12 and 46. RGB value is (204,18,70). Sum of RGB (Red+Green+Blue) = 204+18+70=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1246 is #33EDB9. Grayscale: #4F4F4F. Windows color (decimal): -3403194 or 4592332. OLE color: 4592332.

HSL color Cylindrical-coordinate representation of color #CC1246: hue angle of 343.23º degrees, saturation: 0.84, 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 #CC1246 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 70 -
CMYK 0 0.91 0.66 0.2
HSL 343.23º 0.84% 0.44% -
HSV(B) 343.23º 0.91% 0.8% -
XYZ 26.22 13.71 7.06 -
YUV 79.54 122.62 216.77 -
System Red Green Blue C M Y K H S L
Decimal 204 18 70 0 0.91 0.66 0.2 343.23 0.84 0.44
Hex CC 12 46 0 5B 42 14 157 54 2C
Octal 314 22 106 0 133 102 24 527 124 54
Binary 11001100 10010 1000110 0 1011011 1000010 10100 101010111 1010100 101100

Color Harmonies of #CC1246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1246

Black with #CC1246

Text Example


Text Example

White with #CC1246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1246; }

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

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

background-color css

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

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

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

border-color css

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

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

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