Html Css Color HEX #CE1037 Crimson

📋 copy color: '#CE1037'

red 206 ◦ green 16 ◦ blue 55

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

Shades of Crimson #CE1037

Tints of Crimson #CE1037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.86%

R = 74.37%
G = 5.78%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE1037 (or 0xCE1037) is known color: Crimson. HEX triplet: CE, 10 and 37. RGB value is (206,16,55). Sum of RGB (Red+Green+Blue) = 206+16+55=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1037 is #31EFC8. Grayscale: #4D4D4D. Windows color (decimal): -3272649 or 3608782. OLE color: 3608782.

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

Color convert

RGB 206 16 55 -
CMYK 0 0.92 0.73 0.19
HSL 347.68º 0.86% 0.44% -
HSV(B) 347.68º 0.92% 0.81% -
XYZ 26.33 13.77 4.88 -
YUV 77.26 115.45 219.83 -
System Red Green Blue C M Y K H S L
Decimal 206 16 55 0 0.92 0.73 0.19 347.68 0.86 0.44
Hex CE 10 37 0 5C 49 13 15C 56 2C
Octal 316 20 67 0 134 111 23 534 126 54
Binary 11001110 10000 110111 0 1011100 1001001 10011 101011100 1010110 101100

Color Harmonies of #CE1037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1037

Black with #CE1037

Text Example


Text Example

White with #CE1037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1037; }

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

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

background-color css

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

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

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

border-color css

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

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

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