Html Css Color HEX #DF072D Crimson

📋 copy color: '#DF072D'

red 223 ◦ green 7 ◦ blue 45

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

Shades of Crimson #DF072D

Tints of Crimson #DF072D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 81.09%
G = 2.55%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF072D (or 0xDF072D) is known color: Crimson. HEX triplet: DF, 07 and 2D. RGB value is (223,7,45). Sum of RGB (Red+Green+Blue) = 223+7+45=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF072D is #20F8D2. Grayscale: #4B4B4B. Windows color (decimal): -2160851 or 2951135. OLE color: 2951135.

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

Color convert

RGB 223 7 45 -
CMYK 0 0.97 0.80 0.13
HSL 349.44º 0.94% 0.45% -
HSV(B) 349.44º 0.97% 0.87% -
XYZ 30.98 16.03 3.94 -
YUV 75.92 110.56 232.91 -
System Red Green Blue C M Y K H S L
Decimal 223 7 45 0 0.97 0.80 0.13 349.44 0.94 0.45
Hex DF 7 2D 0 61 50 D 15D 5E 2D
Octal 337 7 55 0 141 120 15 535 136 55
Binary 11011111 111 101101 0 1100001 1010000 1101 101011101 1011110 101101

Color Harmonies of #DF072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF072D

Black with #DF072D

Text Example


Text Example

White with #DF072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF072D; }

 p { color: rgb(223,7,45); }

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

background-color css

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

 a { background-color: rgb(223,7,45); }

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

border-color css

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

 span { border-color: rgb(223,7,45); }

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