Html Css Color HEX #DF033A Crimson

📋 copy color: '#DF033A'

red 223 ◦ green 3 ◦ blue 58

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

Shades of Crimson #DF033A

Tints of Crimson #DF033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 78.52%
G = 1.06%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF033A (or 0xDF033A) is known color: Crimson. HEX triplet: DF, 03 and 3A. RGB value is (223,3,58). Sum of RGB (Red+Green+Blue) = 223+3+58=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF033A is #20FCC5. Grayscale: #4B4B4B. Windows color (decimal): -2161862 or 3802079. OLE color: 3802079.

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

Color convert

RGB 223 3 58 -
CMYK 0 0.99 0.74 0.13
HSL 345º 0.97% 0.44% -
HSV(B) 345º 0.99% 0.87% -
XYZ 31.23 16.06 5.46 -
YUV 75.05 118.39 233.53 -
System Red Green Blue C M Y K H S L
Decimal 223 3 58 0 0.99 0.74 0.13 345 0.97 0.44
Hex DF 3 3A 0 63 4A D 159 61 2C
Octal 337 3 72 0 143 112 15 531 141 54
Binary 11011111 11 111010 0 1100011 1001010 1101 101011001 1100001 101100

Color Harmonies of #DF033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF033A

Black with #DF033A

Text Example


Text Example

White with #DF033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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