Html Css Color HEX #DF152F Crimson

📋 copy color: '#DF152F'

red 223 ◦ green 21 ◦ blue 47

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

Shades of Crimson #DF152F

Tints of Crimson #DF152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 76.63%
G = 7.22%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF152F (or 0xDF152F) is known color: Crimson. HEX triplet: DF, 15 and 2F. RGB value is (223,21,47). Sum of RGB (Red+Green+Blue) = 223+21+47=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF152F is #20EAD0. Grayscale: #545454. Windows color (decimal): -2157265 or 3085791. OLE color: 3085791.

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

Color convert

RGB 223 21 47 -
CMYK 0 0.91 0.79 0.13
HSL 352.28º 0.83% 0.48% -
HSV(B) 352.28º 0.91% 0.87% -
XYZ 31.21 16.43 4.22 -
YUV 84.36 106.92 226.89 -
System Red Green Blue C M Y K H S L
Decimal 223 21 47 0 0.91 0.79 0.13 352.28 0.83 0.48
Hex DF 15 2F 0 5B 4F D 160 53 30
Octal 337 25 57 0 133 117 15 540 123 60
Binary 11011111 10101 101111 0 1011011 1001111 1101 101100000 1010011 110000

Color Harmonies of #DF152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF152F

Black with #DF152F

Text Example


Text Example

White with #DF152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF152F; }

 p { color: rgb(223,21,47); }

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

background-color css

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

 a { background-color: rgb(223,21,47); }

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

border-color css

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

 span { border-color: rgb(223,21,47); }

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