Html Css Color HEX #DF231D Harley Davidson Orange

📋 copy color: '#DF231D'

red 223 ◦ green 35 ◦ blue 29

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

Shades of Harley Davidson Orange #DF231D

Tints of Harley Davidson Orange #DF231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 77.7%
G = 12.2%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF231D (or 0xDF231D) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 1D. RGB value is (223,35,29). Sum of RGB (Red+Green+Blue) = 223+35+29=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF231D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF231D is #20DCE2. Grayscale: #5A5A5A. Windows color (decimal): -2153699 or 1909727. OLE color: 1909727.

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

Color convert

RGB 223 35 29 -
CMYK 0 0.84 0.87 0.13
HSL 1.86º 0.77% 0.49% -
HSV(B) 1.86º 0.87% 0.87% -
XYZ 31.25 16.98 2.79 -
YUV 90.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 223 35 29 0 0.84 0.87 0.13 1.86 0.77 0.49
Hex DF 23 1D 0 54 57 D 2 4D 31
Octal 337 43 35 0 124 127 15 2 115 61
Binary 11011111 100011 11101 0 1010100 1010111 1101 10 1001101 110001

Color Harmonies of #DF231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF231D

Black with #DF231D

Text Example


Text Example

White with #DF231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF231D; }

 p { color: rgb(223,35,29); }

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

background-color css

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

 a { background-color: rgb(223,35,29); }

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

border-color css

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

 span { border-color: rgb(223,35,29); }

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