Html Css Color HEX #DF002A Crimson

📋 copy color: '#DF002A'

red 223 ◦ green 0 ◦ blue 42

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

Shades of Crimson #DF002A

Tints of Crimson #DF002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 84.15%
G = 0%
B = 15.85%

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

#DF002A (or 0xDF002A) is known color: Crimson. HEX triplet: DF, 00 and 2A. RGB value is (223,0,42). Sum of RGB (Red+Green+Blue) = 223+0+42=265 (35% of max value = 765). Red value is 223 (87.5% from 255 or 84.15% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 223 - color contains mainly: red. Hex color #DF002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF002A is #20FFD5. Grayscale: #474747. Windows color (decimal): -2162646 or 2752735. OLE color: 2752735.

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

Color convert

RGB 223 0 42 -
CMYK 0 1 0.81 0.13
HSL 348.7º 1% 0.44% -
HSV(B) 348.7º 1% 0.87% -
XYZ 30.85 15.86 3.62 -
YUV 71.47 111.38 236.08 -
System Red Green Blue C M Y K H S L
Decimal 223 0 42 0 1 0.81 0.13 348.7 1 0.44
Hex DF 0 2A 0 64 51 D 15D 64 2C
Octal 337 0 52 0 144 121 15 535 144 54
Binary 11011111 0 101010 0 1100100 1010001 1101 101011101 1100100 101100

Color Harmonies of #DF002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF002A

Black with #DF002A

Text Example


Text Example

White with #DF002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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