Html Css Color HEX #DF003D Crimson

📋 copy color: '#DF003D'

red 223 ◦ green 0 ◦ blue 61

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

Shades of Crimson #DF003D

Tints of Crimson #DF003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 78.52%
G = 0%
B = 21.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF003D (or 0xDF003D) is known color: Crimson. HEX triplet: DF, 00 and 3D. RGB value is (223,0,61). Sum of RGB (Red+Green+Blue) = 223+0+61=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF003D is #20FFC2. Grayscale: #494949. Windows color (decimal): -2162627 or 3997919. OLE color: 3997919.

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

Color convert

RGB 223 0 61 -
CMYK 0 1 0.73 0.13
HSL 343.59º 1% 0.44% -
HSV(B) 343.59º 1% 0.87% -
XYZ 31.27 16.02 5.86 -
YUV 73.63 120.88 234.54 -
System Red Green Blue C M Y K H S L
Decimal 223 0 61 0 1 0.73 0.13 343.59 1 0.44
Hex DF 0 3D 0 64 49 D 158 64 2C
Octal 337 0 75 0 144 111 15 530 144 54
Binary 11011111 0 111101 0 1100100 1001001 1101 101011000 1100100 101100

Color Harmonies of #DF003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF003D

Black with #DF003D

Text Example


Text Example

White with #DF003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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