Html Css Color HEX #DF022D Crimson

📋 copy color: '#DF022D'

red 223 ◦ green 2 ◦ blue 45

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

Shades of Crimson #DF022D

Tints of Crimson #DF022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 82.59%
G = 0.74%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF022D (or 0xDF022D) is known color: Crimson. HEX triplet: DF, 02 and 2D. RGB value is (223,2,45). Sum of RGB (Red+Green+Blue) = 223+2+45=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF022D is #20FDD2. Grayscale: #494949. Windows color (decimal): -2162131 or 2949855. OLE color: 2949855.

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

Color convert

RGB 223 2 45 -
CMYK 0 0.99 0.80 0.13
HSL 348.33º 0.98% 0.44% -
HSV(B) 348.33º 0.99% 0.87% -
XYZ 30.93 15.92 3.93 -
YUV 72.98 112.22 235 -
System Red Green Blue C M Y K H S L
Decimal 223 2 45 0 0.99 0.80 0.13 348.33 0.98 0.44
Hex DF 2 2D 0 63 50 D 15C 62 2C
Octal 337 2 55 0 143 120 15 534 142 54
Binary 11011111 10 101101 0 1100011 1010000 1101 101011100 1100010 101100

Color Harmonies of #DF022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF022D

Black with #DF022D

Text Example


Text Example

White with #DF022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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