Html Css Color HEX #D5431C Harley Davidson Orange

📋 copy color: '#D5431C'

red 213 ◦ green 67 ◦ blue 28

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

Shades of Harley Davidson Orange #D5431C

Tints of Harley Davidson Orange #D5431C

RGB

 RED value IS 213 (83.59% from 255) = 69.16%

 GREEN value IS 67 (26.56% from 255) = 21.75%

 BLUE value IS 28 (11.33% from 255) = 9.09%

R = 69.16%
G = 21.75%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5431C (or 0xD5431C) is known color: Harley Davidson Orange. HEX triplet: D5, 43 and 1C. RGB value is (213,67,28). Sum of RGB (Red+Green+Blue) = 213+67+28=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5431C is #2ABCE3. Grayscale: #6A6A6A. Windows color (decimal): -2800868 or 1852373. OLE color: 1852373.

HSL color Cylindrical-coordinate representation of color #D5431C: hue angle of 12.65º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5431C is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 67 28 -
CMYK 0 0.69 0.87 0.16
HSL 12.65º 0.77% 0.47% -
HSV(B) 12.65º 0.87% 0.84% -
XYZ 29.66 18.24 3.06 -
YUV 106.21 83.87 204.17 -
System Red Green Blue C M Y K H S L
Decimal 213 67 28 0 0.69 0.87 0.16 12.65 0.77 0.47
Hex D5 43 1C 0 45 57 10 D 4D 2F
Octal 325 103 34 0 105 127 20 15 115 57
Binary 11010101 1000011 11100 0 1000101 1010111 10000 1101 1001101 101111

Color Harmonies of #D5431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5431C

Black with #D5431C

Text Example


Text Example

White with #D5431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5431C; }

 p { color: rgb(213,67,28); }

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

background-color css

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

 a { background-color: rgb(213,67,28); }

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

border-color css

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

 span { border-color: rgb(213,67,28); }

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