Html Css Color HEX #DF062E Crimson

📋 copy color: '#DF062E'

red 223 ◦ green 6 ◦ blue 46

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

Shades of Crimson #DF062E

Tints of Crimson #DF062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 81.09%
G = 2.18%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF062E (or 0xDF062E) is known color: Crimson. HEX triplet: DF, 06 and 2E. RGB value is (223,6,46). Sum of RGB (Red+Green+Blue) = 223+6+46=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF062E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF062E is #20F9D1. Grayscale: #4B4B4B. Windows color (decimal): -2161106 or 3016415. OLE color: 3016415.

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

Color convert

RGB 223 6 46 -
CMYK 0 0.97 0.79 0.13
HSL 348.94º 0.95% 0.45% -
HSV(B) 348.94º 0.97% 0.87% -
XYZ 30.99 16.02 4.04 -
YUV 75.44 111.39 233.25 -
System Red Green Blue C M Y K H S L
Decimal 223 6 46 0 0.97 0.79 0.13 348.94 0.95 0.45
Hex DF 6 2E 0 61 4F D 15D 5F 2D
Octal 337 6 56 0 141 117 15 535 137 55
Binary 11011111 110 101110 0 1100001 1001111 1101 101011101 1011111 101101

Color Harmonies of #DF062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF062E

Black with #DF062E

Text Example


Text Example

White with #DF062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF062E; }

 p { color: rgb(223,6,46); }

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

background-color css

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

 a { background-color: rgb(223,6,46); }

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

border-color css

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

 span { border-color: rgb(223,6,46); }

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