Html Css Color HEX #DF0642 Crimson

📋 copy color: '#DF0642'

red 223 ◦ green 6 ◦ blue 66

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

Shades of Crimson #DF0642

Tints of Crimson #DF0642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 75.59%
G = 2.03%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF0642 (or 0xDF0642) is known color: Crimson. HEX triplet: DF, 06 and 42. RGB value is (223,6,66). Sum of RGB (Red+Green+Blue) = 223+6+66=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0642 is #20F9BD. Grayscale: #4D4D4D. Windows color (decimal): -2161086 or 4327135. OLE color: 4327135.

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

Color convert

RGB 223 6 66 -
CMYK 0 0.97 0.70 0.13
HSL 343.41º 0.95% 0.45% -
HSV(B) 343.41º 0.97% 0.87% -
XYZ 31.48 16.21 6.62 -
YUV 77.72 121.39 231.62 -
System Red Green Blue C M Y K H S L
Decimal 223 6 66 0 0.97 0.70 0.13 343.41 0.95 0.45
Hex DF 6 42 0 61 46 D 157 5F 2D
Octal 337 6 102 0 141 106 15 527 137 55
Binary 11011111 110 1000010 0 1100001 1000110 1101 101010111 1011111 101101

Color Harmonies of #DF0642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0642

Black with #DF0642

Text Example


Text Example

White with #DF0642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0642; }

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

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

background-color css

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

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

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

border-color css

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

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

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