Html Css Color HEX #DF0341 Crimson

📋 copy color: '#DF0341'

red 223 ◦ green 3 ◦ blue 65

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

Shades of Crimson #DF0341

Tints of Crimson #DF0341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 76.63%
G = 1.03%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF0341 (or 0xDF0341) is known color: Crimson. HEX triplet: DF, 03 and 41. RGB value is (223,3,65). Sum of RGB (Red+Green+Blue) = 223+3+65=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0341 is #20FCBE. Grayscale: #4B4B4B. Windows color (decimal): -2161855 or 4260831. OLE color: 4260831.

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

Color convert

RGB 223 3 65 -
CMYK 0 0.99 0.71 0.13
HSL 343.09º 0.97% 0.44% -
HSV(B) 343.09º 0.99% 0.87% -
XYZ 31.42 16.13 6.46 -
YUV 75.85 121.89 232.96 -
System Red Green Blue C M Y K H S L
Decimal 223 3 65 0 0.99 0.71 0.13 343.09 0.97 0.44
Hex DF 3 41 0 63 47 D 157 61 2C
Octal 337 3 101 0 143 107 15 527 141 54
Binary 11011111 11 1000001 0 1100011 1000111 1101 101010111 1100001 101100

Color Harmonies of #DF0341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0341

Black with #DF0341

Text Example


Text Example

White with #DF0341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0341; }

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

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

background-color css

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

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

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

border-color css

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

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

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