Html Css Color HEX #DF231A Harley Davidson Orange

📋 copy color: '#DF231A'

red 223 ◦ green 35 ◦ blue 26

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

Shades of Harley Davidson Orange #DF231A

Tints of Harley Davidson Orange #DF231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 78.52%
G = 12.32%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF231A (or 0xDF231A) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 1A. RGB value is (223,35,26). Sum of RGB (Red+Green+Blue) = 223+35+26=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF231A is #20DCE5. Grayscale: #5A5A5A. Windows color (decimal): -2153702 or 1713119. OLE color: 1713119.

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

Color convert

RGB 223 35 26 -
CMYK 0 0.84 0.88 0.13
HSL 2.74º 0.79% 0.49% -
HSV(B) 2.74º 0.88% 0.87% -
XYZ 31.22 16.96 2.61 -
YUV 90.19 91.78 222.73 -
System Red Green Blue C M Y K H S L
Decimal 223 35 26 0 0.84 0.88 0.13 2.74 0.79 0.49
Hex DF 23 1A 0 54 58 D 3 4F 31
Octal 337 43 32 0 124 130 15 3 117 61
Binary 11011111 100011 11010 0 1010100 1011000 1101 11 1001111 110001

Color Harmonies of #DF231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF231A

Black with #DF231A

Text Example


Text Example

White with #DF231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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