Html Css Color HEX #DF0438 Crimson

📋 copy color: '#DF0438'

red 223 ◦ green 4 ◦ blue 56

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

Shades of Crimson #DF0438

Tints of Crimson #DF0438

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 56 (22.27% from 255) = 19.79%

R = 78.8%
G = 1.41%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF0438 (or 0xDF0438) is known color: Crimson. HEX triplet: DF, 04 and 38. RGB value is (223,4,56). Sum of RGB (Red+Green+Blue) = 223+4+56=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0438 is #20FBC7. Grayscale: #4B4B4B. Windows color (decimal): -2161608 or 3671263. OLE color: 3671263.

HSL color Cylindrical-coordinate representation of color #DF0438: hue angle of 345.75º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0438 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 4 56 -
CMYK 0 0.98 0.75 0.13
HSL 345.75º 0.96% 0.45% -
HSV(B) 345.75º 0.98% 0.87% -
XYZ 31.19 16.06 5.2 -
YUV 75.41 117.05 233.27 -
System Red Green Blue C M Y K H S L
Decimal 223 4 56 0 0.98 0.75 0.13 345.75 0.96 0.45
Hex DF 4 38 0 62 4B D 15A 60 2D
Octal 337 4 70 0 142 113 15 532 140 55
Binary 11011111 100 111000 0 1100010 1001011 1101 101011010 1100000 101101

Color Harmonies of #DF0438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0438

Black with #DF0438

Text Example


Text Example

White with #DF0438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0438; }

 p { color: rgb(223,4,56); }

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

background-color css

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

 a { background-color: rgb(223,4,56); }

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

border-color css

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

 span { border-color: rgb(223,4,56); }

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