Html Css Color HEX #CE0039 Crimson

📋 copy color: '#CE0039'

red 206 ◦ green 0 ◦ blue 57

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

Shades of Crimson #CE0039

Tints of Crimson #CE0039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.67%

R = 78.33%
G = 0%
B = 21.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE0039 (or 0xCE0039) is known color: Crimson. HEX triplet: CE, 00 and 39. RGB value is (206,0,57). Sum of RGB (Red+Green+Blue) = 206+0+57=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0039 is #31FFC6. Grayscale: #444444. Windows color (decimal): -3276743 or 3735758. OLE color: 3735758.

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

Color convert

RGB 206 0 57 -
CMYK 0 1 0.72 0.19
HSL 343.4º 1% 0.4% -
HSV(B) 343.4º 1% 0.81% -
XYZ 26.19 13.42 5.08 -
YUV 68.09 121.75 226.37 -
System Red Green Blue C M Y K H S L
Decimal 206 0 57 0 1 0.72 0.19 343.4 1 0.4
Hex CE 0 39 0 64 48 13 157 64 28
Octal 316 0 71 0 144 110 23 527 144 50
Binary 11001110 0 111001 0 1100100 1001000 10011 101010111 1100100 101000

Color Harmonies of #CE0039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0039

Black with #CE0039

Text Example


Text Example

White with #CE0039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0039; }

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

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

background-color css

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

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

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

border-color css

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

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

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