Html Css Color HEX #CE1032 Crimson

📋 copy color: '#CE1032'

red 206 ◦ green 16 ◦ blue 50

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

Shades of Crimson #CE1032

Tints of Crimson #CE1032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 75.74%
G = 5.88%
B = 18.38%

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

#CE1032 (or 0xCE1032) is known color: Crimson. HEX triplet: CE, 10 and 32. RGB value is (206,16,50). Sum of RGB (Red+Green+Blue) = 206+16+50=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1032 is #31EFCD. Grayscale: #4C4C4C. Windows color (decimal): -3272654 or 3281102. OLE color: 3281102.

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

Color convert

RGB 206 16 50 -
CMYK 0 0.92 0.76 0.19
HSL 349.26º 0.86% 0.44% -
HSV(B) 349.26º 0.92% 0.81% -
XYZ 26.21 13.72 4.28 -
YUV 76.69 112.95 220.24 -
System Red Green Blue C M Y K H S L
Decimal 206 16 50 0 0.92 0.76 0.19 349.26 0.86 0.44
Hex CE 10 32 0 5C 4C 13 15D 56 2C
Octal 316 20 62 0 134 114 23 535 126 54
Binary 11001110 10000 110010 0 1011100 1001100 10011 101011101 1010110 101100

Color Harmonies of #CE1032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1032

Black with #CE1032

Text Example


Text Example

White with #CE1032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1032; }

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

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

background-color css

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

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

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

border-color css

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

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

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