Html Css Color HEX #DF152A Crimson

📋 copy color: '#DF152A'

red 223 ◦ green 21 ◦ blue 42

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

Shades of Crimson #DF152A

Tints of Crimson #DF152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 77.97%
G = 7.34%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF152A (or 0xDF152A) is known color: Crimson. HEX triplet: DF, 15 and 2A. RGB value is (223,21,42). Sum of RGB (Red+Green+Blue) = 223+21+42=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF152A is #20EAD5. Grayscale: #535353. Windows color (decimal): -2157270 or 2758111. OLE color: 2758111.

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

Color convert

RGB 223 21 42 -
CMYK 0 0.91 0.81 0.13
HSL 353.76º 0.83% 0.48% -
HSV(B) 353.76º 0.91% 0.87% -
XYZ 31.12 16.39 3.71 -
YUV 83.79 104.42 227.29 -
System Red Green Blue C M Y K H S L
Decimal 223 21 42 0 0.91 0.81 0.13 353.76 0.83 0.48
Hex DF 15 2A 0 5B 51 D 162 53 30
Octal 337 25 52 0 133 121 15 542 123 60
Binary 11011111 10101 101010 0 1011011 1010001 1101 101100010 1010011 110000

Color Harmonies of #DF152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF152A

Black with #DF152A

Text Example


Text Example

White with #DF152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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