Html Css Color HEX #DF0C36 Crimson

📋 copy color: '#DF0C36'

red 223 ◦ green 12 ◦ blue 54

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

Shades of Crimson #DF0C36

Tints of Crimson #DF0C36

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.15%

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

R = 77.16%
G = 4.15%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF0C36 (or 0xDF0C36) is known color: Crimson. HEX triplet: DF, 0C and 36. RGB value is (223,12,54). Sum of RGB (Red+Green+Blue) = 223+12+54=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0C36 is #20F3C9. Grayscale: #4F4F4F. Windows color (decimal): -2159562 or 3542239. OLE color: 3542239.

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

Color convert

RGB 223 12 54 -
CMYK 0 0.95 0.76 0.13
HSL 348.06º 0.9% 0.46% -
HSV(B) 348.06º 0.95% 0.87% -
XYZ 31.23 16.22 4.97 -
YUV 79.88 113.4 230.08 -
System Red Green Blue C M Y K H S L
Decimal 223 12 54 0 0.95 0.76 0.13 348.06 0.9 0.46
Hex DF C 36 0 5F 4C D 15C 5A 2E
Octal 337 14 66 0 137 114 15 534 132 56
Binary 11011111 1100 110110 0 1011111 1001100 1101 101011100 1011010 101110

Color Harmonies of #DF0C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0C36

Black with #DF0C36

Text Example


Text Example

White with #DF0C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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