Html Css Color HEX #CE164D Crimson

📋 copy color: '#CE164D'

red 206 ◦ green 22 ◦ blue 77

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

Shades of Crimson #CE164D

Tints of Crimson #CE164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 67.54%
G = 7.21%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE164D (or 0xCE164D) is known color: Crimson. HEX triplet: CE, 16 and 4D. RGB value is (206,22,77). Sum of RGB (Red+Green+Blue) = 206+22+77=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE164D is #31E9B2. Grayscale: #535353. Windows color (decimal): -3271091 or 5052110. OLE color: 5052110.

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

Color convert

RGB 206 22 77 -
CMYK 0 0.89 0.63 0.19
HSL 342.07º 0.81% 0.45% -
HSV(B) 342.07º 0.89% 0.81% -
XYZ 27.08 14.23 8.34 -
YUV 83.29 124.46 215.53 -
System Red Green Blue C M Y K H S L
Decimal 206 22 77 0 0.89 0.63 0.19 342.07 0.81 0.45
Hex CE 16 4D 0 59 3F 13 156 51 2D
Octal 316 26 115 0 131 77 23 526 121 55
Binary 11001110 10110 1001101 0 1011001 111111 10011 101010110 1010001 101101

Color Harmonies of #CE164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE164D

Black with #CE164D

Text Example


Text Example

White with #CE164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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