Html Css Color HEX #DE0B2F Crimson

📋 copy color: '#DE0B2F'

red 222 ◦ green 11 ◦ blue 47

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

Shades of Crimson #DE0B2F

Tints of Crimson #DE0B2F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.93%

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 79.29%
G = 3.93%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE0B2F (or 0xDE0B2F) is known color: Crimson. HEX triplet: DE, 0B and 2F. RGB value is (222,11,47). Sum of RGB (Red+Green+Blue) = 222+11+47=280 (37% of max value = 765). Red value is 222 (87.11% from 255 or 79.29% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0B2F is #21F4D0. Grayscale: #4E4E4E. Windows color (decimal): -2225361 or 3083230. OLE color: 3083230.

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

Color convert

RGB 222 11 47 -
CMYK 0 0.95 0.79 0.13
HSL 349.76º 0.91% 0.46% -
HSV(B) 349.76º 0.95% 0.87% -
XYZ 30.76 15.97 4.15 -
YUV 78.19 110.4 230.57 -
System Red Green Blue C M Y K H S L
Decimal 222 11 47 0 0.95 0.79 0.13 349.76 0.91 0.46
Hex DE B 2F 0 5F 4F D 15E 5B 2E
Octal 336 13 57 0 137 117 15 536 133 56
Binary 11011110 1011 101111 0 1011111 1001111 1101 101011110 1011011 101110

Color Harmonies of #DE0B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0B2F

Black with #DE0B2F

Text Example


Text Example

White with #DE0B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0B2F; }

 p { color: rgb(222,11,47); }

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

background-color css

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

 a { background-color: rgb(222,11,47); }

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

border-color css

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

 span { border-color: rgb(222,11,47); }

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