Html Css Color HEX #DF0333 Crimson

📋 copy color: '#DF0333'

red 223 ◦ green 3 ◦ blue 51

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

Shades of Crimson #DF0333

Tints of Crimson #DF0333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.41%

R = 80.51%
G = 1.08%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF0333 (or 0xDF0333) is known color: Crimson. HEX triplet: DF, 03 and 33. RGB value is (223,3,51). Sum of RGB (Red+Green+Blue) = 223+3+51=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0333 is #20FCCC. Grayscale: #4A4A4A. Windows color (decimal): -2161869 or 3343327. OLE color: 3343327.

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

Color convert

RGB 223 3 51 -
CMYK 0 0.99 0.77 0.13
HSL 346.91º 0.97% 0.44% -
HSV(B) 346.91º 0.99% 0.87% -
XYZ 31.06 15.99 4.58 -
YUV 74.25 114.89 234.1 -
System Red Green Blue C M Y K H S L
Decimal 223 3 51 0 0.99 0.77 0.13 346.91 0.97 0.44
Hex DF 3 33 0 63 4D D 15B 61 2C
Octal 337 3 63 0 143 115 15 533 141 54
Binary 11011111 11 110011 0 1100011 1001101 1101 101011011 1100001 101100

Color Harmonies of #DF0333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0333

Black with #DF0333

Text Example


Text Example

White with #DF0333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0333; }

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

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

background-color css

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

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

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

border-color css

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

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

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