Html Css Color HEX #DF0F43 Crimson

📋 copy color: '#DF0F43'

red 223 ◦ green 15 ◦ blue 67

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

Shades of Crimson #DF0F43

Tints of Crimson #DF0F43

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.92%

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

R = 73.11%
G = 4.92%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF0F43 (or 0xDF0F43) is known color: Crimson. HEX triplet: DF, 0F and 43. RGB value is (223,15,67). Sum of RGB (Red+Green+Blue) = 223+15+67=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0F43 is #20F0BC. Grayscale: #535353. Windows color (decimal): -2158781 or 4394975. OLE color: 4394975.

HSL color Cylindrical-coordinate representation of color #DF0F43: hue angle of 345º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0F43 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 15 67 -
CMYK 0 0.93 0.70 0.13
HSL 345º 0.87% 0.47% -
HSV(B) 345º 0.93% 0.87% -
XYZ 31.62 16.43 6.82 -
YUV 83.12 118.91 227.77 -
System Red Green Blue C M Y K H S L
Decimal 223 15 67 0 0.93 0.70 0.13 345 0.87 0.47
Hex DF F 43 0 5D 46 D 159 57 2F
Octal 337 17 103 0 135 106 15 531 127 57
Binary 11011111 1111 1000011 0 1011101 1000110 1101 101011001 1010111 101111

Color Harmonies of #DF0F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0F43

Black with #DF0F43

Text Example


Text Example

White with #DF0F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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