Html Css Color HEX #DF0233 Crimson

📋 copy color: '#DF0233'

red 223 ◦ green 2 ◦ blue 51

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

Shades of Crimson #DF0233

Tints of Crimson #DF0233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 80.8%
G = 0.72%
B = 18.48%

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

#DF0233 (or 0xDF0233) is known color: Crimson. HEX triplet: DF, 02 and 33. RGB value is (223,2,51). Sum of RGB (Red+Green+Blue) = 223+2+51=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0233 is #20FDCC. Grayscale: #494949. Windows color (decimal): -2162125 or 3343071. OLE color: 3343071.

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

Color convert

RGB 223 2 51 -
CMYK 0 0.99 0.77 0.13
HSL 346.7º 0.98% 0.44% -
HSV(B) 346.7º 0.99% 0.87% -
XYZ 31.05 15.97 4.58 -
YUV 73.67 115.22 234.52 -
System Red Green Blue C M Y K H S L
Decimal 223 2 51 0 0.99 0.77 0.13 346.7 0.98 0.44
Hex DF 2 33 0 63 4D D 15B 62 2C
Octal 337 2 63 0 143 115 15 533 142 54
Binary 11011111 10 110011 0 1100011 1001101 1101 101011011 1100010 101100

Color Harmonies of #DF0233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0233

Black with #DF0233

Text Example


Text Example

White with #DF0233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0233; }

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

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

background-color css

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

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

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

border-color css

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

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

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