Html Css Color HEX #D5231D Harley Davidson Orange

📋 copy color: '#D5231D'

red 213 ◦ green 35 ◦ blue 29

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

Shades of Harley Davidson Orange #D5231D

Tints of Harley Davidson Orange #D5231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

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

R = 76.9%
G = 12.64%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5231D (or 0xD5231D) is known color: Harley Davidson Orange. HEX triplet: D5, 23 and 1D. RGB value is (213,35,29). Sum of RGB (Red+Green+Blue) = 213+35+29=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D5231D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5231D is #2ADCE2. Grayscale: #575757. Windows color (decimal): -2809059 or 1909717. OLE color: 1909717.

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

Color convert

RGB 213 35 29 -
CMYK 0 0.84 0.86 0.16
HSL 1.96º 0.76% 0.47% -
HSV(B) 1.96º 0.86% 0.84% -
XYZ 28.26 15.44 2.65 -
YUV 87.54 94.97 217.49 -
System Red Green Blue C M Y K H S L
Decimal 213 35 29 0 0.84 0.86 0.16 1.96 0.76 0.47
Hex D5 23 1D 0 54 56 10 2 4C 2F
Octal 325 43 35 0 124 126 20 2 114 57
Binary 11010101 100011 11101 0 1010100 1010110 10000 10 1001100 101111

Color Harmonies of #D5231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5231D

Black with #D5231D

Text Example


Text Example

White with #D5231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5231D; }

 p { color: rgb(213,35,29); }

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

background-color css

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

 a { background-color: rgb(213,35,29); }

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

border-color css

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

 span { border-color: rgb(213,35,29); }

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