Html Css Color HEX #DF0742 Crimson

📋 copy color: '#DF0742'

red 223 ◦ green 7 ◦ blue 66

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

Shades of Crimson #DF0742

Tints of Crimson #DF0742

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

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

R = 75.34%
G = 2.36%
B = 22.3%

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

#DF0742 (or 0xDF0742) is known color: Crimson. HEX triplet: DF, 07 and 42. RGB value is (223,7,66). Sum of RGB (Red+Green+Blue) = 223+7+66=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0742 is #20F8BD. Grayscale: #4E4E4E. Windows color (decimal): -2160830 or 4327391. OLE color: 4327391.

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

Color convert

RGB 223 7 66 -
CMYK 0 0.97 0.70 0.13
HSL 343.61º 0.94% 0.45% -
HSV(B) 343.61º 0.97% 0.87% -
XYZ 31.49 16.23 6.63 -
YUV 78.31 121.06 231.2 -
System Red Green Blue C M Y K H S L
Decimal 223 7 66 0 0.97 0.70 0.13 343.61 0.94 0.45
Hex DF 7 42 0 61 46 D 158 5E 2D
Octal 337 7 102 0 141 106 15 530 136 55
Binary 11011111 111 1000010 0 1100001 1000110 1101 101011000 1011110 101101

Color Harmonies of #DF0742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0742

Black with #DF0742

Text Example


Text Example

White with #DF0742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0742; }

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

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

background-color css

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

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

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

border-color css

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

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

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