Html Css Color HEX #CE1644 Crimson

📋 copy color: '#CE1644'

red 206 ◦ green 22 ◦ blue 68

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

Shades of Crimson #CE1644

Tints of Crimson #CE1644

RGB

 RED value IS 206 (80.86% from 255) = 69.59%

 GREEN value IS 22 (8.98% from 255) = 7.43%

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

R = 69.59%
G = 7.43%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE1644 (or 0xCE1644) is known color: Crimson. HEX triplet: CE, 16 and 44. RGB value is (206,22,68). Sum of RGB (Red+Green+Blue) = 206+22+68=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1644 is #31E9BB. Grayscale: #525252. Windows color (decimal): -3271100 or 4462286. OLE color: 4462286.

HSL color Cylindrical-coordinate representation of color #CE1644: hue angle of 345º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1644 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 22 68 -
CMYK 0 0.89 0.67 0.19
HSL 345º 0.81% 0.45% -
HSV(B) 345º 0.89% 0.81% -
XYZ 26.78 14.11 6.78 -
YUV 82.26 119.96 216.26 -
System Red Green Blue C M Y K H S L
Decimal 206 22 68 0 0.89 0.67 0.19 345 0.81 0.45
Hex CE 16 44 0 59 43 13 159 51 2D
Octal 316 26 104 0 131 103 23 531 121 55
Binary 11001110 10110 1000100 0 1011001 1000011 10011 101011001 1010001 101101

Color Harmonies of #CE1644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1644

Black with #CE1644

Text Example


Text Example

White with #CE1644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1644; }

 p { color: rgb(206,22,68); }

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

background-color css

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

 a { background-color: rgb(206,22,68); }

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

border-color css

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

 span { border-color: rgb(206,22,68); }

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