Html Css Color HEX #CE1031 Crimson

📋 copy color: '#CE1031'

red 206 ◦ green 16 ◦ blue 49

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

Shades of Crimson #CE1031

Tints of Crimson #CE1031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 76.01%
G = 5.9%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE1031 (or 0xCE1031) is known color: Crimson. HEX triplet: CE, 10 and 31. RGB value is (206,16,49). Sum of RGB (Red+Green+Blue) = 206+16+49=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1031 is #31EFCE. Grayscale: #4C4C4C. Windows color (decimal): -3272655 or 3215566. OLE color: 3215566.

HSL color Cylindrical-coordinate representation of color #CE1031: hue angle of 349.58º 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 #CE1031 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 49 -
CMYK 0 0.92 0.76 0.19
HSL 349.58º 0.86% 0.44% -
HSV(B) 349.58º 0.92% 0.81% -
XYZ 26.19 13.71 4.17 -
YUV 76.57 112.45 220.32 -
System Red Green Blue C M Y K H S L
Decimal 206 16 49 0 0.92 0.76 0.19 349.58 0.86 0.44
Hex CE 10 31 0 5C 4C 13 15E 56 2C
Octal 316 20 61 0 134 114 23 536 126 54
Binary 11001110 10000 110001 0 1011100 1001100 10011 101011110 1010110 101100

Color Harmonies of #CE1031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1031

Black with #CE1031

Text Example


Text Example

White with #CE1031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1031; }

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

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

background-color css

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

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

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

border-color css

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

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

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