Html Css Color HEX #D4251D Harley Davidson Orange

📋 copy color: '#D4251D'

red 212 ◦ green 37 ◦ blue 29

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

Shades of Harley Davidson Orange #D4251D

Tints of Harley Davidson Orange #D4251D

RGB

 RED value IS 212 (83.2% from 255) = 76.26%

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 76.26%
G = 13.31%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4251D (or 0xD4251D) is known color: Harley Davidson Orange. HEX triplet: D4, 25 and 1D. RGB value is (212,37,29). Sum of RGB (Red+Green+Blue) = 212+37+29=278 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.26% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 212 - color contains mainly: red. Hex color #D4251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4251D is #2BDAE2. Grayscale: #585858. Windows color (decimal): -2874083 or 1910228. OLE color: 1910228.

HSL color Cylindrical-coordinate representation of color #D4251D: hue angle of 2.62º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4251D is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 37 29 -
CMYK 0 0.83 0.86 0.17
HSL 2.62º 0.76% 0.47% -
HSV(B) 2.62º 0.86% 0.83% -
XYZ 28.03 15.41 2.66 -
YUV 88.41 94.48 216.15 -
System Red Green Blue C M Y K H S L
Decimal 212 37 29 0 0.83 0.86 0.17 2.62 0.76 0.47
Hex D4 25 1D 0 53 56 11 3 4C 2F
Octal 324 45 35 0 123 126 21 3 114 57
Binary 11010100 100101 11101 0 1010011 1010110 10001 11 1001100 101111

Color Harmonies of #D4251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4251D

Black with #D4251D

Text Example


Text Example

White with #D4251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4251D; }

 p { color: rgb(212,37,29); }

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

background-color css

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

 a { background-color: rgb(212,37,29); }

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

border-color css

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

 span { border-color: rgb(212,37,29); }

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