Html Css Color HEX #CE0239 Crimson

📋 copy color: '#CE0239'

red 206 ◦ green 2 ◦ blue 57

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

Shades of Crimson #CE0239

Tints of Crimson #CE0239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 77.74%
G = 0.75%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE0239 (or 0xCE0239) is known color: Crimson. HEX triplet: CE, 02 and 39. RGB value is (206,2,57). Sum of RGB (Red+Green+Blue) = 206+2+57=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0239 is #31FDC6. Grayscale: #454545. Windows color (decimal): -3276231 or 3736270. OLE color: 3736270.

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

Color convert

RGB 206 2 57 -
CMYK 0 0.99 0.72 0.19
HSL 343.82º 0.98% 0.41% -
HSV(B) 343.82º 0.99% 0.81% -
XYZ 26.21 13.46 5.09 -
YUV 69.27 121.09 225.53 -
System Red Green Blue C M Y K H S L
Decimal 206 2 57 0 0.99 0.72 0.19 343.82 0.98 0.41
Hex CE 2 39 0 63 48 13 158 62 29
Octal 316 2 71 0 143 110 23 530 142 51
Binary 11001110 10 111001 0 1100011 1001000 10011 101011000 1100010 101001

Color Harmonies of #CE0239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0239

Black with #CE0239

Text Example


Text Example

White with #CE0239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0239; }

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

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

background-color css

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

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

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

border-color css

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

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

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