Html Css Color HEX #DF0336 Crimson

📋 copy color: '#DF0336'

red 223 ◦ green 3 ◦ blue 54

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

Shades of Crimson #DF0336

Tints of Crimson #DF0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 79.64%
G = 1.07%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF0336 (or 0xDF0336) is known color: Crimson. HEX triplet: DF, 03 and 36. RGB value is (223,3,54). Sum of RGB (Red+Green+Blue) = 223+3+54=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0336 is #20FCC9. Grayscale: #4A4A4A. Windows color (decimal): -2161866 or 3539935. OLE color: 3539935.

HSL color Cylindrical-coordinate representation of color #DF0336: hue angle of 346.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0336 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 3 54 -
CMYK 0 0.99 0.76 0.13
HSL 346.09º 0.97% 0.44% -
HSV(B) 346.09º 0.99% 0.87% -
XYZ 31.13 16.02 4.94 -
YUV 74.59 116.39 233.85 -
System Red Green Blue C M Y K H S L
Decimal 223 3 54 0 0.99 0.76 0.13 346.09 0.97 0.44
Hex DF 3 36 0 63 4C D 15A 61 2C
Octal 337 3 66 0 143 114 15 532 141 54
Binary 11011111 11 110110 0 1100011 1001100 1101 101011010 1100001 101100

Color Harmonies of #DF0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0336

Black with #DF0336

Text Example


Text Example

White with #DF0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0336; }

 p { color: rgb(223,3,54); }

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

background-color css

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

 a { background-color: rgb(223,3,54); }

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

border-color css

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

 span { border-color: rgb(223,3,54); }

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