Html Css Color HEX #DF0A36 Crimson

📋 copy color: '#DF0A36'

red 223 ◦ green 10 ◦ blue 54

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

Shades of Crimson #DF0A36

Tints of Crimson #DF0A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.82%

R = 77.7%
G = 3.48%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF0A36 (or 0xDF0A36) is known color: Crimson. HEX triplet: DF, 0A and 36. RGB value is (223,10,54). Sum of RGB (Red+Green+Blue) = 223+10+54=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0A36 is #20F5C9. Grayscale: #4E4E4E. Windows color (decimal): -2160074 or 3541727. OLE color: 3541727.

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

Color convert

RGB 223 10 54 -
CMYK 0 0.96 0.76 0.13
HSL 347.61º 0.91% 0.46% -
HSV(B) 347.61º 0.96% 0.87% -
XYZ 31.21 16.17 4.97 -
YUV 78.7 114.07 230.92 -
System Red Green Blue C M Y K H S L
Decimal 223 10 54 0 0.96 0.76 0.13 347.61 0.91 0.46
Hex DF A 36 0 60 4C D 15C 5B 2E
Octal 337 12 66 0 140 114 15 534 133 56
Binary 11011111 1010 110110 0 1100000 1001100 1101 101011100 1011011 101110

Color Harmonies of #DF0A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A36

Black with #DF0A36

Text Example


Text Example

White with #DF0A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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