Html Css Color HEX #CE1643 Crimson

📋 copy color: '#CE1643'

red 206 ◦ green 22 ◦ blue 67

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

Shades of Crimson #CE1643

Tints of Crimson #CE1643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.71%

R = 69.83%
G = 7.46%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE1643 (or 0xCE1643) is known color: Crimson. HEX triplet: CE, 16 and 43. RGB value is (206,22,67). Sum of RGB (Red+Green+Blue) = 206+22+67=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1643 is #31E9BC. Grayscale: #525252. Windows color (decimal): -3271101 or 4396750. OLE color: 4396750.

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

Color convert

RGB 206 22 67 -
CMYK 0 0.89 0.67 0.19
HSL 345.33º 0.81% 0.45% -
HSV(B) 345.33º 0.89% 0.81% -
XYZ 26.75 14.1 6.62 -
YUV 82.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 206 22 67 0 0.89 0.67 0.19 345.33 0.81 0.45
Hex CE 16 43 0 59 43 13 159 51 2D
Octal 316 26 103 0 131 103 23 531 121 55
Binary 11001110 10110 1000011 0 1011001 1000011 10011 101011001 1010001 101101

Color Harmonies of #CE1643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1643

Black with #CE1643

Text Example


Text Example

White with #CE1643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1643; }

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

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

background-color css

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

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

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

border-color css

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

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

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