Html Css Color HEX #DF0243 Crimson

📋 copy color: '#DF0243'

red 223 ◦ green 2 ◦ blue 67

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

Shades of Crimson #DF0243

Tints of Crimson #DF0243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.95%

R = 76.37%
G = 0.68%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF0243 (or 0xDF0243) is known color: Crimson. HEX triplet: DF, 02 and 43. RGB value is (223,2,67). Sum of RGB (Red+Green+Blue) = 223+2+67=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0243 is #20FDBC. Grayscale: #4B4B4B. Windows color (decimal): -2162109 or 4391647. OLE color: 4391647.

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

Color convert

RGB 223 2 67 -
CMYK 0 0.99 0.70 0.13
HSL 342.35º 0.98% 0.44% -
HSV(B) 342.35º 0.99% 0.87% -
XYZ 31.47 16.14 6.77 -
YUV 75.49 123.22 233.21 -
System Red Green Blue C M Y K H S L
Decimal 223 2 67 0 0.99 0.70 0.13 342.35 0.98 0.44
Hex DF 2 43 0 63 46 D 156 62 2C
Octal 337 2 103 0 143 106 15 526 142 54
Binary 11011111 10 1000011 0 1100011 1000110 1101 101010110 1100010 101100

Color Harmonies of #DF0243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0243

Black with #DF0243

Text Example


Text Example

White with #DF0243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0243; }

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

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

background-color css

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

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

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

border-color css

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

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

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