Html Css Color HEX #CF164D Crimson

📋 copy color: '#CF164D'

red 207 ◦ green 22 ◦ blue 77

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

Shades of Crimson #CF164D

Tints of Crimson #CF164D

RGB

 RED value IS 207 (81.25% from 255) = 67.65%

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

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

R = 67.65%
G = 7.19%
B = 25.16%

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

#CF164D (or 0xCF164D) is known color: Crimson. HEX triplet: CF, 16 and 4D. RGB value is (207,22,77). Sum of RGB (Red+Green+Blue) = 207+22+77=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF164D is #30E9B2. Grayscale: #535353. Windows color (decimal): -3205555 or 5052111. OLE color: 5052111.

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

Color convert

RGB 207 22 77 -
CMYK 0 0.89 0.63 0.19
HSL 342.16º 0.81% 0.45% -
HSV(B) 342.16º 0.89% 0.81% -
XYZ 27.36 14.38 8.35 -
YUV 83.59 124.29 216.03 -
System Red Green Blue C M Y K H S L
Decimal 207 22 77 0 0.89 0.63 0.19 342.16 0.81 0.45
Hex CF 16 4D 0 59 3F 13 156 51 2D
Octal 317 26 115 0 131 77 23 526 121 55
Binary 11001111 10110 1001101 0 1011001 111111 10011 101010110 1010001 101101

Color Harmonies of #CF164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF164D

Black with #CF164D

Text Example


Text Example

White with #CF164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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