Html Css Color HEX #D5093D Crimson

📋 copy color: '#D5093D'

red 213 ◦ green 9 ◦ blue 61

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

Shades of Crimson #D5093D

Tints of Crimson #D5093D

RGB

 RED value IS 213 (83.59% from 255) = 75.27%

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

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

R = 75.27%
G = 3.18%
B = 21.55%

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

#D5093D (or 0xD5093D) is known color: Crimson. HEX triplet: D5, 09 and 3D. RGB value is (213,9,61). Sum of RGB (Red+Green+Blue) = 213+9+61=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D5093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5093D is #2AF6C2. Grayscale: #4B4B4B. Windows color (decimal): -2815683 or 4000213. OLE color: 4000213.

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

Color convert

RGB 213 9 61 -
CMYK 0 0.96 0.71 0.16
HSL 344.71º 0.92% 0.44% -
HSV(B) 344.71º 0.96% 0.84% -
XYZ 28.38 14.68 5.75 -
YUV 75.92 119.59 225.77 -
System Red Green Blue C M Y K H S L
Decimal 213 9 61 0 0.96 0.71 0.16 344.71 0.92 0.44
Hex D5 9 3D 0 60 47 10 159 5C 2C
Octal 325 11 75 0 140 107 20 531 134 54
Binary 11010101 1001 111101 0 1100000 1000111 10000 101011001 1011100 101100

Color Harmonies of #D5093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5093D

Black with #D5093D

Text Example


Text Example

White with #D5093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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