Html Css Color HEX #DF003B Crimson

📋 copy color: '#DF003B'

red 223 ◦ green 0 ◦ blue 59

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

Shades of Crimson #DF003B

Tints of Crimson #DF003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.08%
G = 0%
B = 20.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF003B (or 0xDF003B) is known color: Crimson. HEX triplet: DF, 00 and 3B. RGB value is (223,0,59). Sum of RGB (Red+Green+Blue) = 223+0+59=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF003B is #20FFC4. Grayscale: #494949. Windows color (decimal): -2162629 or 3866847. OLE color: 3866847.

HSL color Cylindrical-coordinate representation of color #DF003B: hue angle of 344.13º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF003B is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 0 59 -
CMYK 0 1 0.74 0.13
HSL 344.13º 1% 0.44% -
HSV(B) 344.13º 1% 0.87% -
XYZ 31.22 16 5.58 -
YUV 73.4 119.88 234.7 -
System Red Green Blue C M Y K H S L
Decimal 223 0 59 0 1 0.74 0.13 344.13 1 0.44
Hex DF 0 3B 0 64 4A D 158 64 2C
Octal 337 0 73 0 144 112 15 530 144 54
Binary 11011111 0 111011 0 1100100 1001010 1101 101011000 1100100 101100

Color Harmonies of #DF003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF003B

Black with #DF003B

Text Example


Text Example

White with #DF003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF003B; }

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

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

background-color css

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

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

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

border-color css

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

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

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