Html Css Color HEX #CF114A Crimson

📋 copy color: '#CF114A'

red 207 ◦ green 17 ◦ blue 74

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

Shades of Crimson #CF114A

Tints of Crimson #CF114A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 69.46%
G = 5.7%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF114A (or 0xCF114A) is known color: Crimson. HEX triplet: CF, 11 and 4A. RGB value is (207,17,74). Sum of RGB (Red+Green+Blue) = 207+17+74=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF114A is #30EEB5. Grayscale: #505050. Windows color (decimal): -3206838 or 4854223. OLE color: 4854223.

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

Color convert

RGB 207 17 74 -
CMYK 0 0.92 0.64 0.19
HSL 342º 0.85% 0.44% -
HSV(B) 342º 0.92% 0.81% -
XYZ 27.17 14.16 7.78 -
YUV 80.31 124.45 218.37 -
System Red Green Blue C M Y K H S L
Decimal 207 17 74 0 0.92 0.64 0.19 342 0.85 0.44
Hex CF 11 4A 0 5C 40 13 156 55 2C
Octal 317 21 112 0 134 100 23 526 125 54
Binary 11001111 10001 1001010 0 1011100 1000000 10011 101010110 1010101 101100

Color Harmonies of #CF114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF114A

Black with #CF114A

Text Example


Text Example

White with #CF114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF114A; }

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

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

background-color css

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

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

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

border-color css

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

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

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