Html Css Color HEX #DE0F3F Crimson

📋 copy color: '#DE0F3F'

red 222 ◦ green 15 ◦ blue 63

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

Shades of Crimson #DE0F3F

Tints of Crimson #DE0F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5%

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

R = 74%
G = 5%
B = 21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE0F3F (or 0xDE0F3F) is known color: Crimson. HEX triplet: DE, 0F and 3F. RGB value is (222,15,63). Sum of RGB (Red+Green+Blue) = 222+15+63=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0F3F is #21F0C0. Grayscale: #525252. Windows color (decimal): -2224321 or 4132830. OLE color: 4132830.

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

Color convert

RGB 222 15 63 -
CMYK 0 0.93 0.72 0.13
HSL 346.09º 0.87% 0.46% -
HSV(B) 346.09º 0.93% 0.87% -
XYZ 31.19 16.23 6.19 -
YUV 82.37 117.08 227.6 -
System Red Green Blue C M Y K H S L
Decimal 222 15 63 0 0.93 0.72 0.13 346.09 0.87 0.46
Hex DE F 3F 0 5D 48 D 15A 57 2E
Octal 336 17 77 0 135 110 15 532 127 56
Binary 11011110 1111 111111 0 1011101 1001000 1101 101011010 1010111 101110

Color Harmonies of #DE0F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0F3F

Black with #DE0F3F

Text Example


Text Example

White with #DE0F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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