Html Css Color HEX #CF113D Crimson

📋 copy color: '#CF113D'

red 207 ◦ green 17 ◦ blue 61

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

Shades of Crimson #CF113D

Tints of Crimson #CF113D

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.4%

R = 72.63%
G = 5.96%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF113D (or 0xCF113D) is known color: 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

RGB 207 17 61 -
CMYK 0 0.92 0.71 0.19
HSL 346.11º 0.85% 0.44% -
HSV(B) 346.11º 0.92% 0.81% -
XYZ 26.77 14 5.71 -
YUV 78.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 207 17 61 0 0.92 0.71 0.19 346.11 0.85 0.44
Hex CF 11 3D 0 5C 47 13 15A 55 2C
Octal 317 21 75 0 134 107 23 532 125 54
Binary 11001111 10001 111101 0 1011100 1000111 10011 101011010 1010101 101100

Color Harmonies of #CF113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF113D

Black with #CF113D

Text Example


Text Example

White with #CF113D

Text Example


Text Example

HTML Codes & Css Web 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>