Html Css Color HEX #DF022A Crimson

📋 copy color: '#DF022A'

red 223 ◦ green 2 ◦ blue 42

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

Shades of Crimson #DF022A

Tints of Crimson #DF022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 83.52%
G = 0.75%
B = 15.73%

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

#DF022A (or 0xDF022A) is known color: Crimson. HEX triplet: DF, 02 and 2A. RGB value is (223,2,42). Sum of RGB (Red+Green+Blue) = 223+2+42=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF022A is #20FDD5. Grayscale: #484848. Windows color (decimal): -2162134 or 2753247. OLE color: 2753247.

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

Color convert

RGB 223 2 42 -
CMYK 0 0.99 0.81 0.13
HSL 349.14º 0.98% 0.44% -
HSV(B) 349.14º 0.99% 0.87% -
XYZ 30.87 15.9 3.63 -
YUV 72.64 110.72 235.25 -
System Red Green Blue C M Y K H S L
Decimal 223 2 42 0 0.99 0.81 0.13 349.14 0.98 0.44
Hex DF 2 2A 0 63 51 D 15D 62 2C
Octal 337 2 52 0 143 121 15 535 142 54
Binary 11011111 10 101010 0 1100011 1010001 1101 101011101 1100010 101100

Color Harmonies of #DF022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF022A

Black with #DF022A

Text Example


Text Example

White with #DF022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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