Html Css Color HEX #CC1244 Crimson

📋 copy color: '#CC1244'

red 204 ◦ green 18 ◦ blue 68

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

Shades of Crimson #CC1244

Tints of Crimson #CC1244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.45%

R = 70.34%
G = 6.21%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC1244 (or 0xCC1244) is known color: Crimson. HEX triplet: CC, 12 and 44. RGB value is (204,18,68). Sum of RGB (Red+Green+Blue) = 204+18+68=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1244 is #33EDBB. Grayscale: #4F4F4F. Windows color (decimal): -3403196 or 4461260. OLE color: 4461260.

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

Color convert

RGB 204 18 68 -
CMYK 0 0.91 0.67 0.2
HSL 343.87º 0.84% 0.44% -
HSV(B) 343.87º 0.91% 0.8% -
XYZ 26.16 13.69 6.73 -
YUV 79.31 121.62 216.93 -
System Red Green Blue C M Y K H S L
Decimal 204 18 68 0 0.91 0.67 0.2 343.87 0.84 0.44
Hex CC 12 44 0 5B 43 14 158 54 2C
Octal 314 22 104 0 133 103 24 530 124 54
Binary 11001100 10010 1000100 0 1011011 1000011 10100 101011000 1010100 101100

Color Harmonies of #CC1244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1244

Black with #CC1244

Text Example


Text Example

White with #CC1244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1244; }

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

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

background-color css

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

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

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

border-color css

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

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

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