Html Css Color HEX #DF0238 Crimson

📋 copy color: '#DF0238'

red 223 ◦ green 2 ◦ blue 56

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

Shades of Crimson #DF0238

Tints of Crimson #DF0238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.93%

R = 79.36%
G = 0.71%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF0238 (or 0xDF0238) is known color: Crimson. HEX triplet: DF, 02 and 38. RGB value is (223,2,56). Sum of RGB (Red+Green+Blue) = 223+2+56=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0238 is #20FDC7. Grayscale: #4A4A4A. Windows color (decimal): -2162120 or 3670751. OLE color: 3670751.

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

Color convert

RGB 223 2 56 -
CMYK 0 0.99 0.75 0.13
HSL 345.34º 0.98% 0.44% -
HSV(B) 345.34º 0.99% 0.87% -
XYZ 31.17 16.02 5.19 -
YUV 74.24 117.72 234.11 -
System Red Green Blue C M Y K H S L
Decimal 223 2 56 0 0.99 0.75 0.13 345.34 0.98 0.44
Hex DF 2 38 0 63 4B D 159 62 2C
Octal 337 2 70 0 143 113 15 531 142 54
Binary 11011111 10 111000 0 1100011 1001011 1101 101011001 1100010 101100

Color Harmonies of #DF0238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0238

Black with #DF0238

Text Example


Text Example

White with #DF0238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0238; }

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

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

background-color css

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

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

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

border-color css

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

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

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