Html Css Color HEX #DF002D Crimson

📋 copy color: '#DF002D'

red 223 ◦ green 0 ◦ blue 45

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

Shades of Crimson #DF002D

Tints of Crimson #DF002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 83.21%
G = 0%
B = 16.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF002D (or 0xDF002D) is known color: Crimson. HEX triplet: DF, 00 and 2D. RGB value is (223,0,45). Sum of RGB (Red+Green+Blue) = 223+0+45=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF002D is #20FFD2. Grayscale: #474747. Windows color (decimal): -2162643 or 2949343. OLE color: 2949343.

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

Color convert

RGB 223 0 45 -
CMYK 0 1 0.80 0.13
HSL 347.89º 1% 0.44% -
HSV(B) 347.89º 1% 0.87% -
XYZ 30.91 15.88 3.92 -
YUV 71.81 112.88 235.84 -
System Red Green Blue C M Y K H S L
Decimal 223 0 45 0 1 0.80 0.13 347.89 1 0.44
Hex DF 0 2D 0 64 50 D 15C 64 2C
Octal 337 0 55 0 144 120 15 534 144 54
Binary 11011111 0 101101 0 1100100 1010000 1101 101011100 1100100 101100

Color Harmonies of #DF002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF002D

Black with #DF002D

Text Example


Text Example

White with #DF002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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