Html Css Color HEX #DE5F5D Roman

📋 copy color: '#DE5F5D'

red 222 ◦ green 95 ◦ blue 93

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

Shades of Roman #DE5F5D

Tints of Roman #DE5F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.17%

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 54.15%
G = 23.17%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE5F5D (or 0xDE5F5D) is known color: Roman. HEX triplet: DE, 5F and 5D. RGB value is (222,95,93). Sum of RGB (Red+Green+Blue) = 222+95+93=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5F5D is #21A0A2. Grayscale: #848484. Windows color (decimal): -2203811 or 6119390. OLE color: 6119390.

HSL color Cylindrical-coordinate representation of color #DE5F5D: hue angle of 0.93º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5F5D is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 95 93 -
CMYK 0 0.57 0.58 0.13
HSL 0.93º 0.66% 0.62% -
HSV(B) 0.93º 0.58% 0.87% -
XYZ 36.19 24.5 13.18 -
YUV 132.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 222 95 93 0 0.57 0.58 0.13 0.93 0.66 0.62
Hex DE 5F 5D 0 39 3A D 1 42 3E
Octal 336 137 135 0 71 72 15 1 102 76
Binary 11011110 1011111 1011101 0 111001 111010 1101 1 1000010 111110

Color Harmonies of #DE5F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5F5D

Black with #DE5F5D

Text Example


Text Example

White with #DE5F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5F5D; }

 p { color: rgb(222,95,93); }

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

background-color css

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

 a { background-color: rgb(222,95,93); }

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

border-color css

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

 span { border-color: rgb(222,95,93); }

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