Html Css Color HEX #CE0640 Crimson

📋 copy color: '#CE0640'

red 206 ◦ green 6 ◦ blue 64

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

Shades of Crimson #CE0640

Tints of Crimson #CE0640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 74.64%
G = 2.17%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE0640 (or 0xCE0640) is known color: Crimson. HEX triplet: CE, 06 and 40. RGB value is (206,6,64). Sum of RGB (Red+Green+Blue) = 206+6+64=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0640 is #31F9BF. Grayscale: #484848. Windows color (decimal): -3275200 or 4196046. OLE color: 4196046.

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

Color convert

RGB 206 6 64 -
CMYK 0 0.97 0.69 0.19
HSL 342.6º 0.94% 0.42% -
HSV(B) 342.6º 0.97% 0.81% -
XYZ 26.44 13.62 6.09 -
YUV 72.41 123.26 223.28 -
System Red Green Blue C M Y K H S L
Decimal 206 6 64 0 0.97 0.69 0.19 342.6 0.94 0.42
Hex CE 6 40 0 61 45 13 157 5E 2A
Octal 316 6 100 0 141 105 23 527 136 52
Binary 11001110 110 1000000 0 1100001 1000101 10011 101010111 1011110 101010

Color Harmonies of #CE0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0640

Black with #CE0640

Text Example


Text Example

White with #CE0640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0640; }

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

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

background-color css

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

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

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

border-color css

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

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

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