Html Css Color HEX #D6093F Crimson

📋 copy color: '#D6093F'

red 214 ◦ green 9 ◦ blue 63

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

Shades of Crimson #D6093F

Tints of Crimson #D6093F

RGB

 RED value IS 214 (83.98% from 255) = 74.83%

 GREEN value IS 9 (3.91% from 255) = 3.15%

 BLUE value IS 63 (25% from 255) = 22.03%

R = 74.83%
G = 3.15%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6093F (or 0xD6093F) is known color: Crimson. HEX triplet: D6, 09 and 3F. RGB value is (214,9,63). Sum of RGB (Red+Green+Blue) = 214+9+63=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D6093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6093F is #29F6C0. Grayscale: #4C4C4C. Windows color (decimal): -2750145 or 4131286. OLE color: 4131286.

HSL color Cylindrical-coordinate representation of color #D6093F: hue angle of 344.2º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6093F is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 63 -
CMYK 0 0.96 0.71 0.16
HSL 344.2º 0.92% 0.44% -
HSV(B) 344.2º 0.96% 0.84% -
XYZ 28.73 14.85 6.05 -
YUV 76.45 120.42 226.11 -
System Red Green Blue C M Y K H S L
Decimal 214 9 63 0 0.96 0.71 0.16 344.2 0.92 0.44
Hex D6 9 3F 0 60 47 10 158 5C 2C
Octal 326 11 77 0 140 107 20 530 134 54
Binary 11010110 1001 111111 0 1100000 1000111 10000 101011000 1011100 101100

Color Harmonies of #D6093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6093F

Black with #D6093F

Text Example


Text Example

White with #D6093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6093F; }

 p { color: rgb(214,9,63); }

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

background-color css

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

 a { background-color: rgb(214,9,63); }

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

border-color css

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

 span { border-color: rgb(214,9,63); }

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