Html Css Color HEX #D22B09 Harley Davidson Orange

📋 copy color: '#D22B09'

red 210 ◦ green 43 ◦ blue 9

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

Shades of Harley Davidson Orange #D22B09

Tints of Harley Davidson Orange #D22B09

RGB

 RED value IS 210 (82.42% from 255) = 80.15%

 GREEN value IS 43 (17.19% from 255) = 16.41%

 BLUE value IS 9 (3.91% from 255) = 3.44%

R = 80.15%
G = 16.41%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D22B09 (or 0xD22B09) is known color: Harley Davidson Orange. HEX triplet: D2, 2B and 09. RGB value is (210,43,9). Sum of RGB (Red+Green+Blue) = 210+43+9=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22B09 is #2DD4F6. Grayscale: #595959. Windows color (decimal): -3003639 or 601042. OLE color: 601042.

HSL color Cylindrical-coordinate representation of color #D22B09: hue angle of 10.15º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D22B09 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 43 9 -
CMYK 0 0.80 0.96 0.18
HSL 10.15º 0.92% 0.43% -
HSV(B) 10.15º 0.96% 0.82% -
XYZ 27.49 15.45 1.79 -
YUV 89.06 82.83 214.26 -
System Red Green Blue C M Y K H S L
Decimal 210 43 9 0 0.80 0.96 0.18 10.15 0.92 0.43
Hex D2 2B 9 0 50 60 12 A 5C 2B
Octal 322 53 11 0 120 140 22 12 134 53
Binary 11010010 101011 1001 0 1010000 1100000 10010 1010 1011100 101011

Color Harmonies of #D22B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22B09

Black with #D22B09

Text Example


Text Example

White with #D22B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22B09; }

 p { color: rgb(210,43,9); }

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

background-color css

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

 a { background-color: rgb(210,43,9); }

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

border-color css

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

 span { border-color: rgb(210,43,9); }

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