Html Css Color HEX #DF154A Crimson

📋 copy color: '#DF154A'

red 223 ◦ green 21 ◦ blue 74

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

Shades of Crimson #DF154A

Tints of Crimson #DF154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 70.13%
G = 6.6%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF154A (or 0xDF154A) is known color: Crimson. HEX triplet: DF, 15 and 4A. RGB value is (223,21,74). Sum of RGB (Red+Green+Blue) = 223+21+74=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF154A is #20EAB5. Grayscale: #575757. Windows color (decimal): -2157238 or 4855263. OLE color: 4855263.

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

Color convert

RGB 223 21 74 -
CMYK 0 0.91 0.67 0.13
HSL 344.26º 0.83% 0.48% -
HSV(B) 344.26º 0.91% 0.87% -
XYZ 31.94 16.72 8.02 -
YUV 87.44 120.42 224.69 -
System Red Green Blue C M Y K H S L
Decimal 223 21 74 0 0.91 0.67 0.13 344.26 0.83 0.48
Hex DF 15 4A 0 5B 43 D 158 53 30
Octal 337 25 112 0 133 103 15 530 123 60
Binary 11011111 10101 1001010 0 1011011 1000011 1101 101011000 1010011 110000

Color Harmonies of #DF154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF154A

Black with #DF154A

Text Example


Text Example

White with #DF154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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