Html Css Color HEX #DE002F Crimson

📋 copy color: '#DE002F'

red 222 ◦ green 0 ◦ blue 47

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

Shades of Crimson #DE002F

Tints of Crimson #DE002F

RGB

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

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

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

R = 82.53%
G = 0%
B = 17.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE002F (or 0xDE002F) is known color: Crimson. HEX triplet: DE, 00 and 2F. RGB value is (222,0,47). Sum of RGB (Red+Green+Blue) = 222+0+47=269 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.53% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 222 - color contains mainly: red. Hex color #DE002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE002F is #21FFD0. Grayscale: #474747. Windows color (decimal): -2228177 or 3080414. OLE color: 3080414.

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

Color convert

RGB 222 0 47 -
CMYK 0 1 0.79 0.13
HSL 347.3º 1% 0.44% -
HSV(B) 347.3º 1% 0.87% -
XYZ 30.64 15.73 4.11 -
YUV 71.74 114.05 235.18 -
System Red Green Blue C M Y K H S L
Decimal 222 0 47 0 1 0.79 0.13 347.3 1 0.44
Hex DE 0 2F 0 64 4F D 15B 64 2C
Octal 336 0 57 0 144 117 15 533 144 54
Binary 11011110 0 101111 0 1100100 1001111 1101 101011011 1100100 101100

Color Harmonies of #DE002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE002F

Black with #DE002F

Text Example


Text Example

White with #DE002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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