Html Css Color HEX #DF1A36 Crimson

📋 copy color: '#DF1A36'

red 223 ◦ green 26 ◦ blue 54

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

Shades of Crimson #DF1A36

Tints of Crimson #DF1A36

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.58%

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

R = 73.6%
G = 8.58%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF1A36 (or 0xDF1A36) is known color: Crimson. HEX triplet: DF, 1A and 36. RGB value is (223,26,54). Sum of RGB (Red+Green+Blue) = 223+26+54=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1A36 is #20E5C9. Grayscale: #585858. Windows color (decimal): -2155978 or 3545823. OLE color: 3545823.

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

Color convert

RGB 223 26 54 -
CMYK 0 0.88 0.76 0.13
HSL 351.47º 0.79% 0.49% -
HSV(B) 351.47º 0.88% 0.87% -
XYZ 31.47 16.69 5.05 -
YUV 88.1 108.77 224.22 -
System Red Green Blue C M Y K H S L
Decimal 223 26 54 0 0.88 0.76 0.13 351.47 0.79 0.49
Hex DF 1A 36 0 58 4C D 15F 4F 31
Octal 337 32 66 0 130 114 15 537 117 61
Binary 11011111 11010 110110 0 1011000 1001100 1101 101011111 1001111 110001

Color Harmonies of #DF1A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1A36

Black with #DF1A36

Text Example


Text Example

White with #DF1A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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