Html Css Color HEX #CE0847 Crimson

📋 copy color: '#CE0847'

red 206 ◦ green 8 ◦ blue 71

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

Shades of Crimson #CE0847

Tints of Crimson #CE0847

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

 BLUE value IS 71 (28.13% from 255) = 24.91%

R = 72.28%
G = 2.81%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE0847 (or 0xCE0847) is known color: Crimson. HEX triplet: CE, 08 and 47. RGB value is (206,8,71). Sum of RGB (Red+Green+Blue) = 206+8+71=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0847 is #31F7B8. Grayscale: #4A4A4A. Windows color (decimal): -3274681 or 4655310. OLE color: 4655310.

HSL color Cylindrical-coordinate representation of color #CE0847: hue angle of 340.91º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0847 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 8 71 -
CMYK 0 0.96 0.66 0.19
HSL 340.91º 0.93% 0.42% -
HSV(B) 340.91º 0.96% 0.81% -
XYZ 26.68 13.75 7.21 -
YUV 74.38 126.1 221.88 -
System Red Green Blue C M Y K H S L
Decimal 206 8 71 0 0.96 0.66 0.19 340.91 0.93 0.42
Hex CE 8 47 0 60 42 13 155 5D 2A
Octal 316 10 107 0 140 102 23 525 135 52
Binary 11001110 1000 1000111 0 1100000 1000010 10011 101010101 1011101 101010

Color Harmonies of #CE0847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0847

Black with #CE0847

Text Example


Text Example

White with #CE0847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0847; }

 p { color: rgb(206,8,71); }

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

background-color css

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

 a { background-color: rgb(206,8,71); }

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

border-color css

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

 span { border-color: rgb(206,8,71); }

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