Html Css Color HEX #CE0739 Crimson

📋 copy color: '#CE0739'

red 206 ◦ green 7 ◦ blue 57

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

Shades of Crimson #CE0739

Tints of Crimson #CE0739

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.59%

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

R = 76.3%
G = 2.59%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE0739 (or 0xCE0739) is known color: Crimson. HEX triplet: CE, 07 and 39. RGB value is (206,7,57). Sum of RGB (Red+Green+Blue) = 206+7+57=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0739 is #31F8C6. Grayscale: #484848. Windows color (decimal): -3274951 or 3737550. OLE color: 3737550.

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

Color convert

RGB 206 7 57 -
CMYK 0 0.97 0.72 0.19
HSL 344.92º 0.93% 0.42% -
HSV(B) 344.92º 0.97% 0.81% -
XYZ 26.27 13.57 5.11 -
YUV 72.2 119.43 223.43 -
System Red Green Blue C M Y K H S L
Decimal 206 7 57 0 0.97 0.72 0.19 344.92 0.93 0.42
Hex CE 7 39 0 61 48 13 159 5D 2A
Octal 316 7 71 0 141 110 23 531 135 52
Binary 11001110 111 111001 0 1100001 1001000 10011 101011001 1011101 101010

Color Harmonies of #CE0739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0739

Black with #CE0739

Text Example


Text Example

White with #CE0739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0739; }

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

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

background-color css

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

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

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

border-color css

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

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

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