Html Css Color HEX #D7093D Crimson

📋 copy color: '#D7093D'

red 215 ◦ green 9 ◦ blue 61

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

Shades of Crimson #D7093D

Tints of Crimson #D7093D

RGB

 RED value IS 215 (84.38% from 255) = 75.44%

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

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

R = 75.44%
G = 3.16%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7093D (or 0xD7093D) is known color: Crimson. HEX triplet: D7, 09 and 3D. RGB value is (215,9,61). Sum of RGB (Red+Green+Blue) = 215+9+61=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D7093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7093D is #28F6C2. Grayscale: #4C4C4C. Windows color (decimal): -2684611 or 4000215. OLE color: 4000215.

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

Color convert

RGB 215 9 61 -
CMYK 0 0.96 0.72 0.16
HSL 344.85º 0.92% 0.44% -
HSV(B) 344.85º 0.96% 0.84% -
XYZ 28.96 14.98 5.78 -
YUV 76.52 119.25 226.77 -
System Red Green Blue C M Y K H S L
Decimal 215 9 61 0 0.96 0.72 0.16 344.85 0.92 0.44
Hex D7 9 3D 0 60 48 10 159 5C 2C
Octal 327 11 75 0 140 110 20 531 134 54
Binary 11010111 1001 111101 0 1100000 1001000 10000 101011001 1011100 101100

Color Harmonies of #D7093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7093D

Black with #D7093D

Text Example


Text Example

White with #D7093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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