Html Css Color HEX #DE383F Alizarin

📋 copy color: '#DE383F'

red 222 ◦ green 56 ◦ blue 63

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

Shades of Alizarin #DE383F

Tints of Alizarin #DE383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.42%

 BLUE value IS 63 (25% from 255) = 18.48%

R = 65.1%
G = 16.42%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE383F (or 0xDE383F) is known color: Alizarin. HEX triplet: DE, 38 and 3F. RGB value is (222,56,63). Sum of RGB (Red+Green+Blue) = 222+56+63=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE383F is #21C7C0. Grayscale: #6A6A6A. Windows color (decimal): -2213825 or 4143326. OLE color: 4143326.

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

Color convert

RGB 222 56 63 -
CMYK 0 0.75 0.72 0.13
HSL 357.47º 0.72% 0.55% -
HSV(B) 357.47º 0.75% 0.87% -
XYZ 32.44 18.72 6.61 -
YUV 106.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 222 56 63 0 0.75 0.72 0.13 357.47 0.72 0.55
Hex DE 38 3F 0 4B 48 D 165 48 37
Octal 336 70 77 0 113 110 15 545 110 67
Binary 11011110 111000 111111 0 1001011 1001000 1101 101100101 1001000 110111

Color Harmonies of #DE383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE383F

Black with #DE383F

Text Example


Text Example

White with #DE383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE383F; }

 p { color: rgb(222,56,63); }

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

background-color css

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

 a { background-color: rgb(222,56,63); }

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

border-color css

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

 span { border-color: rgb(222,56,63); }

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