Html Css Color HEX #DF1530 Crimson

📋 copy color: '#DF1530'

red 223 ◦ green 21 ◦ blue 48

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

Shades of Crimson #DF1530

Tints of Crimson #DF1530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.44%

R = 76.37%
G = 7.19%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF1530 (or 0xDF1530) is known color: Crimson. HEX triplet: DF, 15 and 30. RGB value is (223,21,48). Sum of RGB (Red+Green+Blue) = 223+21+48=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1530 is #20EACF. Grayscale: #545454. Windows color (decimal): -2157264 or 3151327. OLE color: 3151327.

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

Color convert

RGB 223 21 48 -
CMYK 0 0.91 0.78 0.13
HSL 351.98º 0.83% 0.48% -
HSV(B) 351.98º 0.91% 0.87% -
XYZ 31.23 16.44 4.32 -
YUV 84.48 107.42 226.8 -
System Red Green Blue C M Y K H S L
Decimal 223 21 48 0 0.91 0.78 0.13 351.98 0.83 0.48
Hex DF 15 30 0 5B 4E D 160 53 30
Octal 337 25 60 0 133 116 15 540 123 60
Binary 11011111 10101 110000 0 1011011 1001110 1101 101100000 1010011 110000

Color Harmonies of #DF1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1530

Black with #DF1530

Text Example


Text Example

White with #DF1530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1530; }

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

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

background-color css

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

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

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

border-color css

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

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

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