Html Css Color HEX #CE0648 Crimson

📋 copy color: '#CE0648'

red 206 ◦ green 6 ◦ blue 72

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

Shades of Crimson #CE0648

Tints of Crimson #CE0648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

 BLUE value IS 72 (28.52% from 255) = 25.35%

R = 72.54%
G = 2.11%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE0648 (or 0xCE0648) is known color: Crimson. HEX triplet: CE, 06 and 48. RGB value is (206,6,72). Sum of RGB (Red+Green+Blue) = 206+6+72=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0648 is #31F9B7. Grayscale: #494949. Windows color (decimal): -3275192 or 4720334. OLE color: 4720334.

HSL color Cylindrical-coordinate representation of color #CE0648: hue angle of 340.2º degrees, saturation: 0.94, 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 #CE0648 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 6 72 -
CMYK 0 0.97 0.65 0.19
HSL 340.2º 0.94% 0.42% -
HSV(B) 340.2º 0.97% 0.81% -
XYZ 26.69 13.72 7.37 -
YUV 73.32 127.26 222.63 -
System Red Green Blue C M Y K H S L
Decimal 206 6 72 0 0.97 0.65 0.19 340.2 0.94 0.42
Hex CE 6 48 0 61 41 13 154 5E 2A
Octal 316 6 110 0 141 101 23 524 136 52
Binary 11001110 110 1001000 0 1100001 1000001 10011 101010100 1011110 101010

Color Harmonies of #CE0648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0648

Black with #CE0648

Text Example


Text Example

White with #CE0648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0648; }

 p { color: rgb(206,6,72); }

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

background-color css

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

 a { background-color: rgb(206,6,72); }

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

border-color css

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

 span { border-color: rgb(206,6,72); }

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