Html Css Color HEX #D4270C Harley Davidson Orange

📋 copy color: '#D4270C'

red 212 ◦ green 39 ◦ blue 12

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

Shades of Harley Davidson Orange #D4270C

Tints of Harley Davidson Orange #D4270C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.56%

R = 80.61%
G = 14.83%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4270C (or 0xD4270C) is known color: Harley Davidson Orange. HEX triplet: D4, 27 and 0C. RGB value is (212,39,12). Sum of RGB (Red+Green+Blue) = 212+39+12=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D4270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4270C is #2BD8F3. Grayscale: #575757. Windows color (decimal): -2873588 or 796628. OLE color: 796628.

HSL color Cylindrical-coordinate representation of color #D4270C: hue angle of 8.1º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4270C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 39 12 -
CMYK 0 0.82 0.94 0.17
HSL 8.1º 0.89% 0.44% -
HSV(B) 8.1º 0.94% 0.83% -
XYZ 27.94 15.47 1.86 -
YUV 87.65 85.31 216.7 -
System Red Green Blue C M Y K H S L
Decimal 212 39 12 0 0.82 0.94 0.17 8.1 0.89 0.44
Hex D4 27 C 0 52 5E 11 8 59 2C
Octal 324 47 14 0 122 136 21 10 131 54
Binary 11010100 100111 1100 0 1010010 1011110 10001 1000 1011001 101100

Color Harmonies of #D4270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4270C

Black with #D4270C

Text Example


Text Example

White with #D4270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4270C; }

 p { color: rgb(212,39,12); }

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

background-color css

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

 a { background-color: rgb(212,39,12); }

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

border-color css

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

 span { border-color: rgb(212,39,12); }

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