Html Css Color HEX #DE0B32 Crimson

📋 copy color: '#DE0B32'

red 222 ◦ green 11 ◦ blue 50

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

Shades of Crimson #DE0B32

Tints of Crimson #DE0B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 78.45%
G = 3.89%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE0B32 (or 0xDE0B32) is known color: Crimson. HEX triplet: DE, 0B and 32. RGB value is (222,11,50). Sum of RGB (Red+Green+Blue) = 222+11+50=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0B32 is #21F4CD. Grayscale: #4E4E4E. Windows color (decimal): -2225358 or 3279838. OLE color: 3279838.

HSL color Cylindrical-coordinate representation of color #DE0B32: hue angle of 348.91º 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 #DE0B32 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 11 50 -
CMYK 0 0.95 0.77 0.13
HSL 348.91º 0.91% 0.46% -
HSV(B) 348.91º 0.95% 0.87% -
XYZ 30.82 16 4.48 -
YUV 78.54 111.9 230.33 -
System Red Green Blue C M Y K H S L
Decimal 222 11 50 0 0.95 0.77 0.13 348.91 0.91 0.46
Hex DE B 32 0 5F 4D D 15D 5B 2E
Octal 336 13 62 0 137 115 15 535 133 56
Binary 11011110 1011 110010 0 1011111 1001101 1101 101011101 1011011 101110

Color Harmonies of #DE0B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0B32

Black with #DE0B32

Text Example


Text Example

White with #DE0B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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