Html Css Color HEX #DF023B Crimson

📋 copy color: '#DF023B'

red 223 ◦ green 2 ◦ blue 59

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

Shades of Crimson #DF023B

Tints of Crimson #DF023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 78.52%
G = 0.7%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF023B (or 0xDF023B) is known color: Crimson. HEX triplet: DF, 02 and 3B. RGB value is (223,2,59). Sum of RGB (Red+Green+Blue) = 223+2+59=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF023B is #20FDC4. Grayscale: #4A4A4A. Windows color (decimal): -2162117 or 3867359. OLE color: 3867359.

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

Color convert

RGB 223 2 59 -
CMYK 0 0.99 0.74 0.13
HSL 344.52º 0.98% 0.44% -
HSV(B) 344.52º 0.99% 0.87% -
XYZ 31.24 16.05 5.59 -
YUV 74.58 119.22 233.87 -
System Red Green Blue C M Y K H S L
Decimal 223 2 59 0 0.99 0.74 0.13 344.52 0.98 0.44
Hex DF 2 3B 0 63 4A D 159 62 2C
Octal 337 2 73 0 143 112 15 531 142 54
Binary 11011111 10 111011 0 1100011 1001010 1101 101011001 1100010 101100

Color Harmonies of #DF023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF023B

Black with #DF023B

Text Example


Text Example

White with #DF023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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