Html Css Color HEX #DF032F Crimson

📋 copy color: '#DF032F'

red 223 ◦ green 3 ◦ blue 47

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

Shades of Crimson #DF032F

Tints of Crimson #DF032F

RGB

 RED value IS 223 (87.5% from 255) = 81.68%

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

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

R = 81.68%
G = 1.1%
B = 17.22%

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

#DF032F (or 0xDF032F) is known color: Crimson. HEX triplet: DF, 03 and 2F. RGB value is (223,3,47). Sum of RGB (Red+Green+Blue) = 223+3+47=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF032F is #20FCD0. Grayscale: #494949. Windows color (decimal): -2161873 or 3081183. OLE color: 3081183.

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

Color convert

RGB 223 3 47 -
CMYK 0 0.99 0.79 0.13
HSL 348º 0.97% 0.44% -
HSV(B) 348º 0.99% 0.87% -
XYZ 30.98 15.96 4.14 -
YUV 73.8 112.89 234.42 -
System Red Green Blue C M Y K H S L
Decimal 223 3 47 0 0.99 0.79 0.13 348 0.97 0.44
Hex DF 3 2F 0 63 4F D 15C 61 2C
Octal 337 3 57 0 143 117 15 534 141 54
Binary 11011111 11 101111 0 1100011 1001111 1101 101011100 1100001 101100

Color Harmonies of #DF032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF032F

Black with #DF032F

Text Example


Text Example

White with #DF032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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