Html Css Color HEX #CE1040 Crimson

📋 copy color: '#CE1040'

red 206 ◦ green 16 ◦ blue 64

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

Shades of Crimson #CE1040

Tints of Crimson #CE1040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

 BLUE value IS 64 (25.39% from 255) = 22.38%

R = 72.03%
G = 5.59%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE1040 (or 0xCE1040) is known color: Crimson. HEX triplet: CE, 10 and 40. RGB value is (206,16,64). Sum of RGB (Red+Green+Blue) = 206+16+64=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1040 is #31EFBF. Grayscale: #4E4E4E. Windows color (decimal): -3272640 or 4198606. OLE color: 4198606.

HSL color Cylindrical-coordinate representation of color #CE1040: hue angle of 344.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1040 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 64 -
CMYK 0 0.92 0.69 0.19
HSL 344.84º 0.86% 0.44% -
HSV(B) 344.84º 0.92% 0.81% -
XYZ 26.56 13.86 6.13 -
YUV 78.28 119.95 219.1 -
System Red Green Blue C M Y K H S L
Decimal 206 16 64 0 0.92 0.69 0.19 344.84 0.86 0.44
Hex CE 10 40 0 5C 45 13 159 56 2C
Octal 316 20 100 0 134 105 23 531 126 54
Binary 11001110 10000 1000000 0 1011100 1000101 10011 101011001 1010110 101100

Color Harmonies of #CE1040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1040

Black with #CE1040

Text Example


Text Example

White with #CE1040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1040; }

 p { color: rgb(206,16,64); }

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

background-color css

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

 a { background-color: rgb(206,16,64); }

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

border-color css

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

 span { border-color: rgb(206,16,64); }

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