Html Css Color HEX #DF083E Crimson

📋 copy color: '#DF083E'

red 223 ◦ green 8 ◦ blue 62

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

Shades of Crimson #DF083E

Tints of Crimson #DF083E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.16%

R = 76.11%
G = 2.73%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF083E (or 0xDF083E) is known color: Crimson. HEX triplet: DF, 08 and 3E. RGB value is (223,8,62). Sum of RGB (Red+Green+Blue) = 223+8+62=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF083E is #20F7C1. Grayscale: #4E4E4E. Windows color (decimal): -2160578 or 4065503. OLE color: 4065503.

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

Color convert

RGB 223 8 62 -
CMYK 0 0.96 0.72 0.13
HSL 344.93º 0.93% 0.45% -
HSV(B) 344.93º 0.96% 0.87% -
XYZ 31.39 16.21 6.03 -
YUV 78.44 118.73 231.11 -
System Red Green Blue C M Y K H S L
Decimal 223 8 62 0 0.96 0.72 0.13 344.93 0.93 0.45
Hex DF 8 3E 0 60 48 D 159 5D 2D
Octal 337 10 76 0 140 110 15 531 135 55
Binary 11011111 1000 111110 0 1100000 1001000 1101 101011001 1011101 101101

Color Harmonies of #DF083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF083E

Black with #DF083E

Text Example


Text Example

White with #DF083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF083E; }

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

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

background-color css

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

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

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

border-color css

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

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

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