Html Css Color HEX #DF002B Crimson

📋 copy color: '#DF002B'

red 223 ◦ green 0 ◦ blue 43

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

Shades of Crimson #DF002B

Tints of Crimson #DF002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 83.83%
G = 0%
B = 16.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF002B (or 0xDF002B) is known color: Crimson. HEX triplet: DF, 00 and 2B. RGB value is (223,0,43). Sum of RGB (Red+Green+Blue) = 223+0+43=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF002B is #20FFD4. Grayscale: #474747. Windows color (decimal): -2162645 or 2818271. OLE color: 2818271.

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

Color convert

RGB 223 0 43 -
CMYK 0 1 0.81 0.13
HSL 348.43º 1% 0.44% -
HSV(B) 348.43º 1% 0.87% -
XYZ 30.87 15.86 3.72 -
YUV 71.58 111.88 236 -
System Red Green Blue C M Y K H S L
Decimal 223 0 43 0 1 0.81 0.13 348.43 1 0.44
Hex DF 0 2B 0 64 51 D 15C 64 2C
Octal 337 0 53 0 144 121 15 534 144 54
Binary 11011111 0 101011 0 1100100 1010001 1101 101011100 1100100 101100

Color Harmonies of #DF002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF002B

Black with #DF002B

Text Example


Text Example

White with #DF002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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