Html Css Color HEX #CF114C Crimson

📋 copy color: '#CF114C'

red 207 ◦ green 17 ◦ blue 76

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

Shades of Crimson #CF114C

Tints of Crimson #CF114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.67%

 BLUE value IS 76 (30.08% from 255) = 25.33%

R = 69%
G = 5.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF114C (or 0xCF114C) is known color: Crimson. HEX triplet: CF, 11 and 4C. RGB value is (207,17,76). Sum of RGB (Red+Green+Blue) = 207+17+76=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF114C is #30EEB3. Grayscale: #505050. Windows color (decimal): -3206836 or 4985295. OLE color: 4985295.

HSL color Cylindrical-coordinate representation of color #CF114C: hue angle of 341.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF114C is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 17 76 -
CMYK 0 0.92 0.63 0.19
HSL 341.37º 0.85% 0.44% -
HSV(B) 341.37º 0.92% 0.81% -
XYZ 27.24 14.19 8.14 -
YUV 80.54 125.45 218.2 -
System Red Green Blue C M Y K H S L
Decimal 207 17 76 0 0.92 0.63 0.19 341.37 0.85 0.44
Hex CF 11 4C 0 5C 3F 13 155 55 2C
Octal 317 21 114 0 134 77 23 525 125 54
Binary 11001111 10001 1001100 0 1011100 111111 10011 101010101 1010101 101100

Color Harmonies of #CF114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF114C

Black with #CF114C

Text Example


Text Example

White with #CF114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF114C; }

 p { color: rgb(207,17,76); }

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

background-color css

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

 a { background-color: rgb(207,17,76); }

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

border-color css

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

 span { border-color: rgb(207,17,76); }

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