Html Css Color HEX #DE073D Crimson

📋 copy color: '#DE073D'

red 222 ◦ green 7 ◦ blue 61

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

Shades of Crimson #DE073D

Tints of Crimson #DE073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 76.55%
G = 2.41%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE073D (or 0xDE073D) is known color: Crimson. HEX triplet: DE, 07 and 3D. RGB value is (222,7,61). Sum of RGB (Red+Green+Blue) = 222+7+61=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE073D is #21F8C2. Grayscale: #4D4D4D. Windows color (decimal): -2226371 or 3999710. OLE color: 3999710.

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

Color convert

RGB 222 7 61 -
CMYK 0 0.97 0.73 0.13
HSL 344.93º 0.94% 0.45% -
HSV(B) 344.93º 0.97% 0.87% -
XYZ 31.04 16.02 5.87 -
YUV 77.44 118.73 231.11 -
System Red Green Blue C M Y K H S L
Decimal 222 7 61 0 0.97 0.73 0.13 344.93 0.94 0.45
Hex DE 7 3D 0 61 49 D 159 5E 2D
Octal 336 7 75 0 141 111 15 531 136 55
Binary 11011110 111 111101 0 1100001 1001001 1101 101011001 1011110 101101

Color Harmonies of #DE073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE073D

Black with #DE073D

Text Example


Text Example

White with #DE073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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