Html Css Color HEX #DF0328 Crimson

📋 copy color: '#DF0328'

red 223 ◦ green 3 ◦ blue 40

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

Shades of Crimson #DF0328

Tints of Crimson #DF0328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 83.83%
G = 1.13%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF0328 (or 0xDF0328) is known color: Crimson. HEX triplet: DF, 03 and 28. RGB value is (223,3,40). Sum of RGB (Red+Green+Blue) = 223+3+40=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0328 is #20FCD7. Grayscale: #494949. Windows color (decimal): -2161880 or 2622431. OLE color: 2622431.

HSL color Cylindrical-coordinate representation of color #DF0328: hue angle of 349.91º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0328 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 3 40 -
CMYK 0 0.99 0.82 0.13
HSL 349.91º 0.97% 0.44% -
HSV(B) 349.91º 0.99% 0.87% -
XYZ 30.85 15.91 3.45 -
YUV 73 109.39 234.99 -
System Red Green Blue C M Y K H S L
Decimal 223 3 40 0 0.99 0.82 0.13 349.91 0.97 0.44
Hex DF 3 28 0 63 52 D 15E 61 2C
Octal 337 3 50 0 143 122 15 536 141 54
Binary 11011111 11 101000 0 1100011 1010010 1101 101011110 1100001 101100

Color Harmonies of #DF0328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0328

Black with #DF0328

Text Example


Text Example

White with #DF0328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0328; }

 p { color: rgb(223,3,40); }

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

background-color css

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

 a { background-color: rgb(223,3,40); }

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

border-color css

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

 span { border-color: rgb(223,3,40); }

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