Html Css Color HEX #CE1033 Crimson

📋 copy color: '#CE1033'

red 206 ◦ green 16 ◦ blue 51

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

Shades of Crimson #CE1033

Tints of Crimson #CE1033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.68%

R = 75.46%
G = 5.86%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE1033 (or 0xCE1033) is known color: Crimson. HEX triplet: CE, 10 and 33. RGB value is (206,16,51). Sum of RGB (Red+Green+Blue) = 206+16+51=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1033 is #31EFCC. Grayscale: #4C4C4C. Windows color (decimal): -3272653 or 3346638. OLE color: 3346638.

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

Color convert

RGB 206 16 51 -
CMYK 0 0.92 0.75 0.19
HSL 348.95º 0.86% 0.44% -
HSV(B) 348.95º 0.92% 0.81% -
XYZ 26.24 13.73 4.4 -
YUV 76.8 113.45 220.15 -
System Red Green Blue C M Y K H S L
Decimal 206 16 51 0 0.92 0.75 0.19 348.95 0.86 0.44
Hex CE 10 33 0 5C 4B 13 15D 56 2C
Octal 316 20 63 0 134 113 23 535 126 54
Binary 11001110 10000 110011 0 1011100 1001011 10011 101011101 1010110 101100

Color Harmonies of #CE1033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1033

Black with #CE1033

Text Example


Text Example

White with #CE1033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1033; }

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

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

background-color css

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

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

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

border-color css

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

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

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