Html Css Color HEX #DF0B41 Crimson

📋 copy color: '#DF0B41'

red 223 ◦ green 11 ◦ blue 65

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

Shades of Crimson #DF0B41

Tints of Crimson #DF0B41

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.68%

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

R = 74.58%
G = 3.68%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF0B41 (or 0xDF0B41) is known color: Crimson. HEX triplet: DF, 0B and 41. RGB value is (223,11,65). Sum of RGB (Red+Green+Blue) = 223+11+65=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B41 is #20F4BE. Grayscale: #505050. Windows color (decimal): -2159807 or 4262879. OLE color: 4262879.

HSL color Cylindrical-coordinate representation of color #DF0B41: hue angle of 344.72º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0B41 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 11 65 -
CMYK 0 0.95 0.71 0.13
HSL 344.72º 0.91% 0.46% -
HSV(B) 344.72º 0.95% 0.87% -
XYZ 31.51 16.31 6.49 -
YUV 80.54 119.24 229.61 -
System Red Green Blue C M Y K H S L
Decimal 223 11 65 0 0.95 0.71 0.13 344.72 0.91 0.46
Hex DF B 41 0 5F 47 D 159 5B 2E
Octal 337 13 101 0 137 107 15 531 133 56
Binary 11011111 1011 1000001 0 1011111 1000111 1101 101011001 1011011 101110

Color Harmonies of #DF0B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B41

Black with #DF0B41

Text Example


Text Example

White with #DF0B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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