Html Css Color HEX #D5231E Harley Davidson Orange

📋 copy color: '#D5231E'

red 213 ◦ green 35 ◦ blue 30

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

Shades of Harley Davidson Orange #D5231E

Tints of Harley Davidson Orange #D5231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 76.62%
G = 12.59%
B = 10.79%

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

#D5231E (or 0xD5231E) is known color: Harley Davidson Orange. HEX triplet: D5, 23 and 1E. RGB value is (213,35,30). Sum of RGB (Red+Green+Blue) = 213+35+30=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D5231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5231E is #2ADCE1. Grayscale: #575757. Windows color (decimal): -2809058 or 1975253. OLE color: 1975253.

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

Color convert

RGB 213 35 30 -
CMYK 0 0.84 0.86 0.16
HSL 1.64º 0.75% 0.48% -
HSV(B) 1.64º 0.86% 0.84% -
XYZ 28.28 15.44 2.72 -
YUV 87.65 95.47 217.41 -
System Red Green Blue C M Y K H S L
Decimal 213 35 30 0 0.84 0.86 0.16 1.64 0.75 0.48
Hex D5 23 1E 0 54 56 10 2 4B 30
Octal 325 43 36 0 124 126 20 2 113 60
Binary 11010101 100011 11110 0 1010100 1010110 10000 10 1001011 110000

Color Harmonies of #D5231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5231E

Black with #D5231E

Text Example


Text Example

White with #D5231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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