Html Css Color HEX #CE1640 Crimson

📋 copy color: '#CE1640'

red 206 ◦ green 22 ◦ blue 64

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

Shades of Crimson #CE1640

Tints of Crimson #CE1640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.53%

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

R = 70.55%
G = 7.53%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE1640 (or 0xCE1640) is known color: Crimson. HEX triplet: CE, 16 and 40. RGB value is (206,22,64). Sum of RGB (Red+Green+Blue) = 206+22+64=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1640 is #31E9BF. Grayscale: #515151. Windows color (decimal): -3271104 or 4200142. OLE color: 4200142.

HSL color Cylindrical-coordinate representation of color #CE1640: hue angle of 346.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1640 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 22 64 -
CMYK 0 0.89 0.69 0.19
HSL 346.3º 0.81% 0.45% -
HSV(B) 346.3º 0.89% 0.81% -
XYZ 26.67 14.07 6.16 -
YUV 81.8 117.96 216.58 -
System Red Green Blue C M Y K H S L
Decimal 206 22 64 0 0.89 0.69 0.19 346.3 0.81 0.45
Hex CE 16 40 0 59 45 13 15A 51 2D
Octal 316 26 100 0 131 105 23 532 121 55
Binary 11001110 10110 1000000 0 1011001 1000101 10011 101011010 1010001 101101

Color Harmonies of #CE1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1640

Black with #CE1640

Text Example


Text Example

White with #CE1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1640; }

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

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

background-color css

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

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

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

border-color css

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

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

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