Html Css Color HEX #DE042F Crimson

📋 copy color: '#DE042F'

red 222 ◦ green 4 ◦ blue 47

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

Shades of Crimson #DE042F

Tints of Crimson #DE042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 81.32%
G = 1.47%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE042F (or 0xDE042F) is known color: Crimson. HEX triplet: DE, 04 and 2F. RGB value is (222,4,47). Sum of RGB (Red+Green+Blue) = 222+4+47=273 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.32% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 222 - color contains mainly: red. Hex color #DE042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE042F is #21FBD0. Grayscale: #4A4A4A. Windows color (decimal): -2227153 or 3081438. OLE color: 3081438.

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

Color convert

RGB 222 4 47 -
CMYK 0 0.98 0.79 0.13
HSL 348.17º 0.96% 0.44% -
HSV(B) 348.17º 0.98% 0.87% -
XYZ 30.68 15.82 4.13 -
YUV 74.08 112.72 233.5 -
System Red Green Blue C M Y K H S L
Decimal 222 4 47 0 0.98 0.79 0.13 348.17 0.96 0.44
Hex DE 4 2F 0 62 4F D 15C 60 2C
Octal 336 4 57 0 142 117 15 534 140 54
Binary 11011110 100 101111 0 1100010 1001111 1101 101011100 1100000 101100

Color Harmonies of #DE042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE042F

Black with #DE042F

Text Example


Text Example

White with #DE042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE042F; }

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

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

background-color css

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

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

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

border-color css

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

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

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