Html Css Color HEX #DE0030 Crimson

📋 copy color: '#DE0030'

red 222 ◦ green 0 ◦ blue 48

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

Shades of Crimson #DE0030

Tints of Crimson #DE0030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 82.22%
G = 0%
B = 17.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE0030 (or 0xDE0030) is known color: Crimson. HEX triplet: DE, 00 and 30. RGB value is (222,0,48). Sum of RGB (Red+Green+Blue) = 222+0+48=270 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.22% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0030 is #21FFCF. Grayscale: #474747. Windows color (decimal): -2228176 or 3145950. OLE color: 3145950.

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

Color convert

RGB 222 0 48 -
CMYK 0 1 0.78 0.13
HSL 347.03º 1% 0.44% -
HSV(B) 347.03º 1% 0.87% -
XYZ 30.66 15.74 4.22 -
YUV 71.85 114.55 235.1 -
System Red Green Blue C M Y K H S L
Decimal 222 0 48 0 1 0.78 0.13 347.03 1 0.44
Hex DE 0 30 0 64 4E D 15B 64 2C
Octal 336 0 60 0 144 116 15 533 144 54
Binary 11011110 0 110000 0 1100100 1001110 1101 101011011 1100100 101100

Color Harmonies of #DE0030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0030

Black with #DE0030

Text Example


Text Example

White with #DE0030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0030; }

 p { color: rgb(222,0,48); }

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

background-color css

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

 a { background-color: rgb(222,0,48); }

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

border-color css

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

 span { border-color: rgb(222,0,48); }

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