Html Css Color HEX #DF0026 Crimson

📋 copy color: '#DF0026'

red 223 ◦ green 0 ◦ blue 38

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

Shades of Crimson #DF0026

Tints of Crimson #DF0026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.56%

R = 85.44%
G = 0%
B = 14.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF0026 (or 0xDF0026) is known color: Crimson. HEX triplet: DF, 00 and 26. RGB value is (223,0,38). Sum of RGB (Red+Green+Blue) = 223+0+38=261 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.44% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0026 is #20FFD9. Grayscale: #474747. Windows color (decimal): -2162650 or 2490591. OLE color: 2490591.

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

Color convert

RGB 223 0 38 -
CMYK 0 1 0.83 0.13
HSL 349.78º 1% 0.44% -
HSV(B) 349.78º 1% 0.87% -
XYZ 30.78 15.83 3.27 -
YUV 71.01 109.38 236.41 -
System Red Green Blue C M Y K H S L
Decimal 223 0 38 0 1 0.83 0.13 349.78 1 0.44
Hex DF 0 26 0 64 53 D 15E 64 2C
Octal 337 0 46 0 144 123 15 536 144 54
Binary 11011111 0 100110 0 1100100 1010011 1101 101011110 1100100 101100

Color Harmonies of #DF0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0026

Black with #DF0026

Text Example


Text Example

White with #DF0026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0026; }

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

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

background-color css

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

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

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

border-color css

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

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

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