#CF113D

Color #CF113D Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #CF113D

Tints of Crimson #CF113D

Color information

#CF113D (or 0xCF113D) is unknown color: approx Crimson. HEX triplet: CF, 11 and 3D. RGB value is (207,17,61). Sum of RGB (Red+Green+Blue) = 207+17+61=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF113D is #30EEC2. Grayscale: #4E4E4E. Windows color (decimal): -3206851 or 4002255. OLE color: 4002255.

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

Color convert

RGB2071761-
CMYK00.920.710.19
HSL346.11º84.82%43.92%-
HSV(B)346.11º91.79%81.18%-
XYZ26.77145.71-
YUV78.83117.95219.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 72.63%
GREEN value IS 17 (7.03% from 255) = 5.96%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=72.63%
G=5.96%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207176100.920.710.19346.1184.8243.92
HexCF113D05C471315a552c
Octal317217501341072353212554
Binary1100111110001111101010111001000111100111010110101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF113D; }

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

 H1.HeaderClassName
 {
   color: #CF113D;
 }
 .AnyTagClassName
 {
   color: #CF113D;
 }
</style>
background-color css

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

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

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

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

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

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