Html Css Color HEX #DF0835 Crimson

📋 copy color: '#DF0835'

red 223 ◦ green 8 ◦ blue 53

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

Shades of Crimson #DF0835

Tints of Crimson #DF0835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

 BLUE value IS 53 (21.09% from 255) = 18.66%

R = 78.52%
G = 2.82%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF0835 (or 0xDF0835) is known color: Crimson. HEX triplet: DF, 08 and 35. RGB value is (223,8,53). Sum of RGB (Red+Green+Blue) = 223+8+53=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0835 is #20F7CA. Grayscale: #4D4D4D. Windows color (decimal): -2160587 or 3475679. OLE color: 3475679.

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

Color convert

RGB 223 8 53 -
CMYK 0 0.96 0.76 0.13
HSL 347.44º 0.93% 0.45% -
HSV(B) 347.44º 0.96% 0.87% -
XYZ 31.16 16.12 4.84 -
YUV 77.42 114.23 231.84 -
System Red Green Blue C M Y K H S L
Decimal 223 8 53 0 0.96 0.76 0.13 347.44 0.93 0.45
Hex DF 8 35 0 60 4C D 15B 5D 2D
Octal 337 10 65 0 140 114 15 533 135 55
Binary 11011111 1000 110101 0 1100000 1001100 1101 101011011 1011101 101101

Color Harmonies of #DF0835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0835

Black with #DF0835

Text Example


Text Example

White with #DF0835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0835; }

 p { color: rgb(223,8,53); }

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

background-color css

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

 a { background-color: rgb(223,8,53); }

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

border-color css

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

 span { border-color: rgb(223,8,53); }

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