Html Css Color HEX #DE0B2D Crimson

📋 copy color: '#DE0B2D'

red 222 ◦ green 11 ◦ blue 45

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

Shades of Crimson #DE0B2D

Tints of Crimson #DE0B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.19%

R = 79.86%
G = 3.96%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE0B2D (or 0xDE0B2D) is known color: Crimson. HEX triplet: DE, 0B and 2D. RGB value is (222,11,45). Sum of RGB (Red+Green+Blue) = 222+11+45=278 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.86% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0B2D is #21F4D2. Grayscale: #4E4E4E. Windows color (decimal): -2225363 or 2952158. OLE color: 2952158.

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

Color convert

RGB 222 11 45 -
CMYK 0 0.95 0.80 0.13
HSL 350.33º 0.91% 0.46% -
HSV(B) 350.33º 0.95% 0.87% -
XYZ 30.72 15.96 3.94 -
YUV 77.97 109.4 230.74 -
System Red Green Blue C M Y K H S L
Decimal 222 11 45 0 0.95 0.80 0.13 350.33 0.91 0.46
Hex DE B 2D 0 5F 50 D 15E 5B 2E
Octal 336 13 55 0 137 120 15 536 133 56
Binary 11011110 1011 101101 0 1011111 1010000 1101 101011110 1011011 101110

Color Harmonies of #DE0B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0B2D

Black with #DE0B2D

Text Example


Text Example

White with #DE0B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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