Html Css Color HEX #D0093E Crimson

📋 copy color: '#D0093E'

red 208 ◦ green 9 ◦ blue 62

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

Shades of Crimson #D0093E

Tints of Crimson #D0093E

RGB

 RED value IS 208 (81.64% from 255) = 74.55%

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

 BLUE value IS 62 (24.61% from 255) = 22.22%

R = 74.55%
G = 3.23%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0093E (or 0xD0093E) is known color: Crimson. HEX triplet: D0, 09 and 3E. RGB value is (208,9,62). Sum of RGB (Red+Green+Blue) = 208+9+62=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D0093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0093E is #2FF6C1. Grayscale: #4A4A4A. Windows color (decimal): -3143362 or 4065744. OLE color: 4065744.

HSL color Cylindrical-coordinate representation of color #D0093E: hue angle of 344.02º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0093E is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 9 62 -
CMYK 0 0.96 0.70 0.18
HSL 344.02º 0.92% 0.43% -
HSV(B) 344.02º 0.96% 0.82% -
XYZ 26.98 13.95 5.83 -
YUV 74.54 120.93 223.19 -
System Red Green Blue C M Y K H S L
Decimal 208 9 62 0 0.96 0.70 0.18 344.02 0.92 0.43
Hex D0 9 3E 0 60 46 12 158 5C 2B
Octal 320 11 76 0 140 106 22 530 134 53
Binary 11010000 1001 111110 0 1100000 1000110 10010 101011000 1011100 101011

Color Harmonies of #D0093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0093E

Black with #D0093E

Text Example


Text Example

White with #D0093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0093E; }

 p { color: rgb(208,9,62); }

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

background-color css

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

 a { background-color: rgb(208,9,62); }

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

border-color css

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

 span { border-color: rgb(208,9,62); }

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