Html Css Color HEX #CE0036 Crimson

📋 copy color: '#CE0036'

red 206 ◦ green 0 ◦ blue 54

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

Shades of Crimson #CE0036

Tints of Crimson #CE0036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.23%
G = 0%
B = 20.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE0036 (or 0xCE0036) is known color: Crimson. HEX triplet: CE, 00 and 36. RGB value is (206,0,54). Sum of RGB (Red+Green+Blue) = 206+0+54=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0036 is #31FFC9. Grayscale: #434343. Windows color (decimal): -3276746 or 3539150. OLE color: 3539150.

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

Color convert

RGB 206 0 54 -
CMYK 0 1 0.74 0.19
HSL 344.27º 1% 0.4% -
HSV(B) 344.27º 1% 0.81% -
XYZ 26.12 13.39 4.7 -
YUV 67.75 120.25 226.61 -
System Red Green Blue C M Y K H S L
Decimal 206 0 54 0 1 0.74 0.19 344.27 1 0.4
Hex CE 0 36 0 64 4A 13 158 64 28
Octal 316 0 66 0 144 112 23 530 144 50
Binary 11001110 0 110110 0 1100100 1001010 10011 101011000 1100100 101000

Color Harmonies of #CE0036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0036

Black with #CE0036

Text Example


Text Example

White with #CE0036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0036; }

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

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

background-color css

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

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

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

border-color css

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

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

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