Html Css Color HEX #DF152E Crimson

📋 copy color: '#DF152E'

red 223 ◦ green 21 ◦ blue 46

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

Shades of Crimson #DF152E

Tints of Crimson #DF152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 76.9%
G = 7.24%
B = 15.86%

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

#DF152E (or 0xDF152E) is known color: Crimson. HEX triplet: DF, 15 and 2E. RGB value is (223,21,46). Sum of RGB (Red+Green+Blue) = 223+21+46=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF152E is #20EAD1. Grayscale: #545454. Windows color (decimal): -2157266 or 3020255. OLE color: 3020255.

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

Color convert

RGB 223 21 46 -
CMYK 0 0.91 0.79 0.13
HSL 352.57º 0.83% 0.48% -
HSV(B) 352.57º 0.91% 0.87% -
XYZ 31.19 16.42 4.11 -
YUV 84.25 106.42 226.97 -
System Red Green Blue C M Y K H S L
Decimal 223 21 46 0 0.91 0.79 0.13 352.57 0.83 0.48
Hex DF 15 2E 0 5B 4F D 161 53 30
Octal 337 25 56 0 133 117 15 541 123 60
Binary 11011111 10101 101110 0 1011011 1001111 1101 101100001 1010011 110000

Color Harmonies of #DF152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF152E

Black with #DF152E

Text Example


Text Example

White with #DF152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF152E; }

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

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

background-color css

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

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

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

border-color css

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

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

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