Html Css Color HEX #DF271D Harley Davidson Orange

📋 copy color: '#DF271D'

red 223 ◦ green 39 ◦ blue 29

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

Shades of Harley Davidson Orange #DF271D

Tints of Harley Davidson Orange #DF271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

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

R = 76.63%
G = 13.4%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF271D (or 0xDF271D) is known color: Harley Davidson Orange. HEX triplet: DF, 27 and 1D. RGB value is (223,39,29). Sum of RGB (Red+Green+Blue) = 223+39+29=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF271D is #20D8E2. Grayscale: #5D5D5D. Windows color (decimal): -2152675 or 1910751. OLE color: 1910751.

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

Color convert

RGB 223 39 29 -
CMYK 0 0.83 0.87 0.13
HSL 3.09º 0.77% 0.49% -
HSV(B) 3.09º 0.87% 0.87% -
XYZ 31.38 17.23 2.83 -
YUV 92.88 91.96 220.81 -
System Red Green Blue C M Y K H S L
Decimal 223 39 29 0 0.83 0.87 0.13 3.09 0.77 0.49
Hex DF 27 1D 0 53 57 D 3 4D 31
Octal 337 47 35 0 123 127 15 3 115 61
Binary 11011111 100111 11101 0 1010011 1010111 1101 11 1001101 110001

Color Harmonies of #DF271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF271D

Black with #DF271D

Text Example


Text Example

White with #DF271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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