Html Css Color HEX #DE032F Crimson

📋 copy color: '#DE032F'

red 222 ◦ green 3 ◦ blue 47

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

Shades of Crimson #DE032F

Tints of Crimson #DE032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 81.62%
G = 1.1%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE032F (or 0xDE032F) is known color: Crimson. HEX triplet: DE, 03 and 2F. RGB value is (222,3,47). Sum of RGB (Red+Green+Blue) = 222+3+47=272 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.62% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 222 - color contains mainly: red. Hex color #DE032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE032F is #21FCD0. Grayscale: #494949. Windows color (decimal): -2227409 or 3081182. OLE color: 3081182.

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

Color convert

RGB 222 3 47 -
CMYK 0 0.99 0.79 0.13
HSL 347.95º 0.97% 0.44% -
HSV(B) 347.95º 0.99% 0.87% -
XYZ 30.67 15.8 4.12 -
YUV 73.5 113.05 233.92 -
System Red Green Blue C M Y K H S L
Decimal 222 3 47 0 0.99 0.79 0.13 347.95 0.97 0.44
Hex DE 3 2F 0 63 4F D 15C 61 2C
Octal 336 3 57 0 143 117 15 534 141 54
Binary 11011110 11 101111 0 1100011 1001111 1101 101011100 1100001 101100

Color Harmonies of #DE032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE032F

Black with #DE032F

Text Example


Text Example

White with #DE032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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