Html Css Color HEX #D6093D Crimson

📋 copy color: '#D6093D'

red 214 ◦ green 9 ◦ blue 61

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

Shades of Crimson #D6093D

Tints of Crimson #D6093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 75.35%
G = 3.17%
B = 21.48%

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

#D6093D (or 0xD6093D) is known color: Crimson. HEX triplet: D6, 09 and 3D. RGB value is (214,9,61). Sum of RGB (Red+Green+Blue) = 214+9+61=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D6093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6093D is #29F6C2. Grayscale: #4C4C4C. Windows color (decimal): -2750147 or 4000214. OLE color: 4000214.

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

Color convert

RGB 214 9 61 -
CMYK 0 0.96 0.71 0.16
HSL 344.78º 0.92% 0.44% -
HSV(B) 344.78º 0.96% 0.84% -
XYZ 28.67 14.83 5.77 -
YUV 76.22 119.42 226.27 -
System Red Green Blue C M Y K H S L
Decimal 214 9 61 0 0.96 0.71 0.16 344.78 0.92 0.44
Hex D6 9 3D 0 60 47 10 159 5C 2C
Octal 326 11 75 0 140 107 20 531 134 54
Binary 11010110 1001 111101 0 1100000 1000111 10000 101011001 1011100 101100

Color Harmonies of #D6093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6093D

Black with #D6093D

Text Example


Text Example

White with #D6093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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