Html Css Color HEX #DF032E Crimson

📋 copy color: '#DF032E'

red 223 ◦ green 3 ◦ blue 46

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

Shades of Crimson #DF032E

Tints of Crimson #DF032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 81.99%
G = 1.1%
B = 16.91%

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

#DF032E (or 0xDF032E) is known color: Crimson. HEX triplet: DF, 03 and 2E. RGB value is (223,3,46). Sum of RGB (Red+Green+Blue) = 223+3+46=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF032E is #20FCD1. Grayscale: #494949. Windows color (decimal): -2161874 or 3015647. OLE color: 3015647.

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

Color convert

RGB 223 3 46 -
CMYK 0 0.99 0.79 0.13
HSL 348.27º 0.97% 0.44% -
HSV(B) 348.27º 0.99% 0.87% -
XYZ 30.96 15.95 4.03 -
YUV 73.68 112.39 234.5 -
System Red Green Blue C M Y K H S L
Decimal 223 3 46 0 0.99 0.79 0.13 348.27 0.97 0.44
Hex DF 3 2E 0 63 4F D 15C 61 2C
Octal 337 3 56 0 143 117 15 534 141 54
Binary 11011111 11 101110 0 1100011 1001111 1101 101011100 1100001 101100

Color Harmonies of #DF032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF032E

Black with #DF032E

Text Example


Text Example

White with #DF032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF032E; }

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

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

background-color css

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

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

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

border-color css

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

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

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