Html Css Color HEX #CE0131 Crimson

📋 copy color: '#CE0131'

red 206 ◦ green 1 ◦ blue 49

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

Shades of Crimson #CE0131

Tints of Crimson #CE0131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 80.47%
G = 0.39%
B = 19.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE0131 (or 0xCE0131) is known color: Crimson. HEX triplet: CE, 01 and 31. RGB value is (206,1,49). Sum of RGB (Red+Green+Blue) = 206+1+49=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0131 is #31FECE. Grayscale: #434343. Windows color (decimal): -3276495 or 3211726. OLE color: 3211726.

HSL color Cylindrical-coordinate representation of color #CE0131: hue angle of 345.95º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0131 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 1 49 -
CMYK 0 1.00 0.76 0.19
HSL 345.95º 0.99% 0.41% -
HSV(B) 345.95º 1% 0.81% -
XYZ 26.02 13.37 4.11 -
YUV 67.77 117.42 226.6 -
System Red Green Blue C M Y K H S L
Decimal 206 1 49 0 1.00 0.76 0.19 345.95 0.99 0.41
Hex CE 1 31 0 64 4C 13 15A 63 29
Octal 316 1 61 0 144 114 23 532 143 51
Binary 11001110 1 110001 0 1100100 1001100 10011 101011010 1100011 101001

Color Harmonies of #CE0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0131

Black with #CE0131

Text Example


Text Example

White with #CE0131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0131; }

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

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

background-color css

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

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

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

border-color css

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

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

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