Html Css Color HEX #DF0C37 Crimson

📋 copy color: '#DF0C37'

red 223 ◦ green 12 ◦ blue 55

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

Shades of Crimson #DF0C37

Tints of Crimson #DF0C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.97%

R = 76.9%
G = 4.14%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF0C37 (or 0xDF0C37) is known color: Crimson. HEX triplet: DF, 0C and 37. RGB value is (223,12,55). Sum of RGB (Red+Green+Blue) = 223+12+55=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0C37 is #20F3C8. Grayscale: #505050. Windows color (decimal): -2159561 or 3607775. OLE color: 3607775.

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

Color convert

RGB 223 12 55 -
CMYK 0 0.95 0.75 0.13
HSL 347.77º 0.9% 0.46% -
HSV(B) 347.77º 0.95% 0.87% -
XYZ 31.25 16.23 5.1 -
YUV 79.99 113.9 230 -
System Red Green Blue C M Y K H S L
Decimal 223 12 55 0 0.95 0.75 0.13 347.77 0.9 0.46
Hex DF C 37 0 5F 4B D 15C 5A 2E
Octal 337 14 67 0 137 113 15 534 132 56
Binary 11011111 1100 110111 0 1011111 1001011 1101 101011100 1011010 101110

Color Harmonies of #DF0C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0C37

Black with #DF0C37

Text Example


Text Example

White with #DF0C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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