Html Css Color HEX #DF0A38 Crimson

📋 copy color: '#DF0A38'

red 223 ◦ green 10 ◦ blue 56

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

Shades of Crimson #DF0A38

Tints of Crimson #DF0A38

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.46%

 BLUE value IS 56 (22.27% from 255) = 19.38%

R = 77.16%
G = 3.46%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF0A38 (or 0xDF0A38) is known color: Crimson. HEX triplet: DF, 0A and 38. RGB value is (223,10,56). Sum of RGB (Red+Green+Blue) = 223+10+56=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0A38 is #20F5C7. Grayscale: #4E4E4E. Windows color (decimal): -2160072 or 3672799. OLE color: 3672799.

HSL color Cylindrical-coordinate representation of color #DF0A38: hue angle of 347.04º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A38 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 10 56 -
CMYK 0 0.96 0.75 0.13
HSL 347.04º 0.91% 0.46% -
HSV(B) 347.04º 0.96% 0.87% -
XYZ 31.25 16.19 5.22 -
YUV 78.93 115.07 230.76 -
System Red Green Blue C M Y K H S L
Decimal 223 10 56 0 0.96 0.75 0.13 347.04 0.91 0.46
Hex DF A 38 0 60 4B D 15B 5B 2E
Octal 337 12 70 0 140 113 15 533 133 56
Binary 11011111 1010 111000 0 1100000 1001011 1101 101011011 1011011 101110

Color Harmonies of #DF0A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A38

Black with #DF0A38

Text Example


Text Example

White with #DF0A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A38; }

 p { color: rgb(223,10,56); }

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

background-color css

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

 a { background-color: rgb(223,10,56); }

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

border-color css

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

 span { border-color: rgb(223,10,56); }

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