Html Css Color HEX #DF0645 Crimson

📋 copy color: '#DF0645'

red 223 ◦ green 6 ◦ blue 69

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

Shades of Crimson #DF0645

Tints of Crimson #DF0645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 74.83%
G = 2.01%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF0645 (or 0xDF0645) is known color: Crimson. HEX triplet: DF, 06 and 45. RGB value is (223,6,69). Sum of RGB (Red+Green+Blue) = 223+6+69=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0645 is #20F9BA. Grayscale: #4E4E4E. Windows color (decimal): -2161083 or 4523743. OLE color: 4523743.

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

Color convert

RGB 223 6 69 -
CMYK 0 0.97 0.69 0.13
HSL 342.58º 0.95% 0.45% -
HSV(B) 342.58º 0.97% 0.87% -
XYZ 31.57 16.25 7.1 -
YUV 78.07 122.89 231.38 -
System Red Green Blue C M Y K H S L
Decimal 223 6 69 0 0.97 0.69 0.13 342.58 0.95 0.45
Hex DF 6 45 0 61 45 D 157 5F 2D
Octal 337 6 105 0 141 105 15 527 137 55
Binary 11011111 110 1000101 0 1100001 1000101 1101 101010111 1011111 101101

Color Harmonies of #DF0645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0645

Black with #DF0645

Text Example


Text Example

White with #DF0645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0645; }

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

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

background-color css

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

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

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

border-color css

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

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

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