Html Css Color HEX #CE0D31 Crimson

📋 copy color: '#CE0D31'

red 206 ◦ green 13 ◦ blue 49

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

Shades of Crimson #CE0D31

Tints of Crimson #CE0D31

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.85%

 BLUE value IS 49 (19.53% from 255) = 18.28%

R = 76.87%
G = 4.85%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE0D31 (or 0xCE0D31) is known color: Crimson. HEX triplet: CE, 0D and 31. RGB value is (206,13,49). Sum of RGB (Red+Green+Blue) = 206+13+49=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0D31 is #31F2CE. Grayscale: #4A4A4A. Windows color (decimal): -3273423 or 3214798. OLE color: 3214798.

HSL color Cylindrical-coordinate representation of color #CE0D31: hue angle of 348.81º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0D31 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 13 49 -
CMYK 0 0.94 0.76 0.19
HSL 348.81º 0.88% 0.43% -
HSV(B) 348.81º 0.94% 0.81% -
XYZ 26.15 13.63 4.16 -
YUV 74.81 113.44 221.57 -
System Red Green Blue C M Y K H S L
Decimal 206 13 49 0 0.94 0.76 0.19 348.81 0.88 0.43
Hex CE D 31 0 5E 4C 13 15D 58 2B
Octal 316 15 61 0 136 114 23 535 130 53
Binary 11001110 1101 110001 0 1011110 1001100 10011 101011101 1011000 101011

Color Harmonies of #CE0D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0D31

Black with #CE0D31

Text Example


Text Example

White with #CE0D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0D31; }

 p { color: rgb(206,13,49); }

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

background-color css

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

 a { background-color: rgb(206,13,49); }

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

border-color css

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

 span { border-color: rgb(206,13,49); }

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