Html Css Color HEX #DF033B Crimson

📋 copy color: '#DF033B'

red 223 ◦ green 3 ◦ blue 59

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

Shades of Crimson #DF033B

Tints of Crimson #DF033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 78.25%
G = 1.05%
B = 20.7%

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

#DF033B (or 0xDF033B) is known color: Crimson. HEX triplet: DF, 03 and 3B. RGB value is (223,3,59). Sum of RGB (Red+Green+Blue) = 223+3+59=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF033B is #20FCC4. Grayscale: #4B4B4B. Windows color (decimal): -2161861 or 3867615. OLE color: 3867615.

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

Color convert

RGB 223 3 59 -
CMYK 0 0.99 0.74 0.13
HSL 344.73º 0.97% 0.44% -
HSV(B) 344.73º 0.99% 0.87% -
XYZ 31.25 16.07 5.59 -
YUV 75.16 118.89 233.45 -
System Red Green Blue C M Y K H S L
Decimal 223 3 59 0 0.99 0.74 0.13 344.73 0.97 0.44
Hex DF 3 3B 0 63 4A D 159 61 2C
Octal 337 3 73 0 143 112 15 531 141 54
Binary 11011111 11 111011 0 1100011 1001010 1101 101011001 1100001 101100

Color Harmonies of #DF033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF033B

Black with #DF033B

Text Example


Text Example

White with #DF033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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