Html Css Color HEX #CE0147 Crimson

📋 copy color: '#CE0147'

red 206 ◦ green 1 ◦ blue 71

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

Shades of Crimson #CE0147

Tints of Crimson #CE0147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.54%

R = 74.1%
G = 0.36%
B = 25.54%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE0147 (or 0xCE0147) is known color: Crimson. HEX triplet: CE, 01 and 47. RGB value is (206,1,71). Sum of RGB (Red+Green+Blue) = 206+1+71=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0147 is #31FEB8. Grayscale: #464646. Windows color (decimal): -3276473 or 4653518. OLE color: 4653518.

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

Color convert

RGB 206 1 71 -
CMYK 0 1.00 0.66 0.19
HSL 339.51º 0.99% 0.41% -
HSV(B) 339.51º 1% 0.81% -
XYZ 26.6 13.6 7.18 -
YUV 70.28 128.42 224.81 -
System Red Green Blue C M Y K H S L
Decimal 206 1 71 0 1.00 0.66 0.19 339.51 0.99 0.41
Hex CE 1 47 0 64 42 13 154 63 29
Octal 316 1 107 0 144 102 23 524 143 51
Binary 11001110 1 1000111 0 1100100 1000010 10011 101010100 1100011 101001

Color Harmonies of #CE0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0147

Black with #CE0147

Text Example


Text Example

White with #CE0147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0147; }

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

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

background-color css

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

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

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

border-color css

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

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

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