Html Css Color HEX #DF0B2A Crimson

📋 copy color: '#DF0B2A'

red 223 ◦ green 11 ◦ blue 42

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

Shades of Crimson #DF0B2A

Tints of Crimson #DF0B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 80.8%
G = 3.99%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF0B2A (or 0xDF0B2A) is known color: Crimson. HEX triplet: DF, 0B and 2A. RGB value is (223,11,42). Sum of RGB (Red+Green+Blue) = 223+11+42=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B2A is #20F4D5. Grayscale: #4E4E4E. Windows color (decimal): -2159830 or 2755551. OLE color: 2755551.

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

Color convert

RGB 223 11 42 -
CMYK 0 0.95 0.81 0.13
HSL 351.23º 0.91% 0.46% -
HSV(B) 351.23º 0.95% 0.87% -
XYZ 30.97 16.09 3.66 -
YUV 77.92 107.74 231.48 -
System Red Green Blue C M Y K H S L
Decimal 223 11 42 0 0.95 0.81 0.13 351.23 0.91 0.46
Hex DF B 2A 0 5F 51 D 15F 5B 2E
Octal 337 13 52 0 137 121 15 537 133 56
Binary 11011111 1011 101010 0 1011111 1010001 1101 101011111 1011011 101110

Color Harmonies of #DF0B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B2A

Black with #DF0B2A

Text Example


Text Example

White with #DF0B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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