Html Css Color HEX #DF022B Crimson

📋 copy color: '#DF022B'

red 223 ◦ green 2 ◦ blue 43

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

Shades of Crimson #DF022B

Tints of Crimson #DF022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 83.21%
G = 0.75%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF022B (or 0xDF022B) is known color: Crimson. HEX triplet: DF, 02 and 2B. RGB value is (223,2,43). Sum of RGB (Red+Green+Blue) = 223+2+43=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF022B is #20FDD4. Grayscale: #484848. Windows color (decimal): -2162133 or 2818783. OLE color: 2818783.

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

Color convert

RGB 223 2 43 -
CMYK 0 0.99 0.81 0.13
HSL 348.87º 0.98% 0.44% -
HSV(B) 348.87º 0.99% 0.87% -
XYZ 30.89 15.91 3.73 -
YUV 72.75 111.22 235.17 -
System Red Green Blue C M Y K H S L
Decimal 223 2 43 0 0.99 0.81 0.13 348.87 0.98 0.44
Hex DF 2 2B 0 63 51 D 15D 62 2C
Octal 337 2 53 0 143 121 15 535 142 54
Binary 11011111 10 101011 0 1100011 1010001 1101 101011101 1100010 101100

Color Harmonies of #DF022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF022B

Black with #DF022B

Text Example


Text Example

White with #DF022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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