Html Css Color HEX #D4210C Harley Davidson Orange

📋 copy color: '#D4210C'

red 212 ◦ green 33 ◦ blue 12

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

Shades of Harley Davidson Orange #D4210C

Tints of Harley Davidson Orange #D4210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.84%

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

R = 82.49%
G = 12.84%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4210C (or 0xD4210C) is known color: Harley Davidson Orange. HEX triplet: D4, 21 and 0C. RGB value is (212,33,12). Sum of RGB (Red+Green+Blue) = 212+33+12=257 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.49% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 212 - color contains mainly: red. Hex color #D4210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4210C is #2BDEF3. Grayscale: #545454. Windows color (decimal): -2875124 or 795092. OLE color: 795092.

HSL color Cylindrical-coordinate representation of color #D4210C: hue angle of 6.3º 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 #D4210C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 33 12 -
CMYK 0 0.84 0.94 0.17
HSL 6.3º 0.89% 0.44% -
HSV(B) 6.3º 0.94% 0.83% -
XYZ 27.76 15.11 1.8 -
YUV 84.13 87.3 219.21 -
System Red Green Blue C M Y K H S L
Decimal 212 33 12 0 0.84 0.94 0.17 6.3 0.89 0.44
Hex D4 21 C 0 54 5E 11 6 59 2C
Octal 324 41 14 0 124 136 21 6 131 54
Binary 11010100 100001 1100 0 1010100 1011110 10001 110 1011001 101100

Color Harmonies of #D4210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4210C

Black with #D4210C

Text Example


Text Example

White with #D4210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4210C; }

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

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

background-color css

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

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

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

border-color css

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

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

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