Html Css Color HEX #DE072F Crimson

📋 copy color: '#DE072F'

red 222 ◦ green 7 ◦ blue 47

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

Shades of Crimson #DE072F

Tints of Crimson #DE072F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

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

R = 80.43%
G = 2.54%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE072F (or 0xDE072F) is known color: Crimson. HEX triplet: DE, 07 and 2F. RGB value is (222,7,47). Sum of RGB (Red+Green+Blue) = 222+7+47=276 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.43% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 222 - color contains mainly: red. Hex color #DE072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE072F is #21F8D0. Grayscale: #4B4B4B. Windows color (decimal): -2226385 or 3082206. OLE color: 3082206.

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

Color convert

RGB 222 7 47 -
CMYK 0 0.97 0.79 0.13
HSL 348.84º 0.94% 0.45% -
HSV(B) 348.84º 0.97% 0.87% -
XYZ 30.71 15.89 4.14 -
YUV 75.85 111.73 232.25 -
System Red Green Blue C M Y K H S L
Decimal 222 7 47 0 0.97 0.79 0.13 348.84 0.94 0.45
Hex DE 7 2F 0 61 4F D 15D 5E 2D
Octal 336 7 57 0 141 117 15 535 136 55
Binary 11011110 111 101111 0 1100001 1001111 1101 101011101 1011110 101101

Color Harmonies of #DE072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE072F

Black with #DE072F

Text Example


Text Example

White with #DE072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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