Html Css Color HEX #CE0836 Crimson

📋 copy color: '#CE0836'

red 206 ◦ green 8 ◦ blue 54

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

Shades of Crimson #CE0836

Tints of Crimson #CE0836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.15%

R = 76.87%
G = 2.99%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE0836 (or 0xCE0836) is known color: Crimson. HEX triplet: CE, 08 and 36. RGB value is (206,8,54). Sum of RGB (Red+Green+Blue) = 206+8+54=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0836 is #31F7C9. Grayscale: #484848. Windows color (decimal): -3274698 or 3541198. OLE color: 3541198.

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

Color convert

RGB 206 8 54 -
CMYK 0 0.96 0.74 0.19
HSL 346.06º 0.93% 0.42% -
HSV(B) 346.06º 0.96% 0.81% -
XYZ 26.21 13.56 4.73 -
YUV 72.45 117.6 223.26 -
System Red Green Blue C M Y K H S L
Decimal 206 8 54 0 0.96 0.74 0.19 346.06 0.93 0.42
Hex CE 8 36 0 60 4A 13 15A 5D 2A
Octal 316 10 66 0 140 112 23 532 135 52
Binary 11001110 1000 110110 0 1100000 1001010 10011 101011010 1011101 101010

Color Harmonies of #CE0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0836

Black with #CE0836

Text Example


Text Example

White with #CE0836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0836; }

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

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

background-color css

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

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

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

border-color css

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

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

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