Html Css Color HEX #DF0631 Crimson

📋 copy color: '#DF0631'

red 223 ◦ green 6 ◦ blue 49

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

Shades of Crimson #DF0631

Tints of Crimson #DF0631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 80.22%
G = 2.16%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF0631 (or 0xDF0631) is known color: Crimson. HEX triplet: DF, 06 and 31. RGB value is (223,6,49). Sum of RGB (Red+Green+Blue) = 223+6+49=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0631 is #20F9CE. Grayscale: #4B4B4B. Windows color (decimal): -2161103 or 3213023. OLE color: 3213023.

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

Color convert

RGB 223 6 49 -
CMYK 0 0.97 0.78 0.13
HSL 348.11º 0.95% 0.45% -
HSV(B) 348.11º 0.97% 0.87% -
XYZ 31.05 16.04 4.37 -
YUV 75.79 112.89 233 -
System Red Green Blue C M Y K H S L
Decimal 223 6 49 0 0.97 0.78 0.13 348.11 0.95 0.45
Hex DF 6 31 0 61 4E D 15C 5F 2D
Octal 337 6 61 0 141 116 15 534 137 55
Binary 11011111 110 110001 0 1100001 1001110 1101 101011100 1011111 101101

Color Harmonies of #DF0631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0631

Black with #DF0631

Text Example


Text Example

White with #DF0631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0631; }

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

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

background-color css

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

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

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

border-color css

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

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

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