Html Css Color HEX #DE093E Crimson

📋 copy color: '#DE093E'

red 222 ◦ green 9 ◦ blue 62

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

Shades of Crimson #DE093E

Tints of Crimson #DE093E

RGB

 RED value IS 222 (87.11% from 255) = 75.77%

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

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

R = 75.77%
G = 3.07%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE093E (or 0xDE093E) is known color: Crimson. HEX triplet: DE, 09 and 3E. RGB value is (222,9,62). Sum of RGB (Red+Green+Blue) = 222+9+62=293 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.77% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 222 - color contains mainly: red. Hex color #DE093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE093E is #21F6C1. Grayscale: #4E4E4E. Windows color (decimal): -2225858 or 4065758. OLE color: 4065758.

HSL color Cylindrical-coordinate representation of color #DE093E: hue angle of 345.07º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE093E is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 9 62 -
CMYK 0 0.96 0.72 0.13
HSL 345.07º 0.92% 0.45% -
HSV(B) 345.07º 0.96% 0.87% -
XYZ 31.09 16.07 6.02 -
YUV 78.73 118.57 230.19 -
System Red Green Blue C M Y K H S L
Decimal 222 9 62 0 0.96 0.72 0.13 345.07 0.92 0.45
Hex DE 9 3E 0 60 48 D 159 5C 2D
Octal 336 11 76 0 140 110 15 531 134 55
Binary 11011110 1001 111110 0 1100000 1001000 1101 101011001 1011100 101101

Color Harmonies of #DE093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE093E

Black with #DE093E

Text Example


Text Example

White with #DE093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE093E; }

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

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

background-color css

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

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

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

border-color css

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

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

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