Html Css Color HEX #D23002 Harley Davidson Orange

📋 copy color: '#D23002'

red 210 ◦ green 48 ◦ blue 2

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

Shades of Harley Davidson Orange #D23002

Tints of Harley Davidson Orange #D23002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 80.77%
G = 18.46%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D23002 (or 0xD23002) is known color: Harley Davidson Orange. HEX triplet: D2, 30 and 02. RGB value is (210,48,2). Sum of RGB (Red+Green+Blue) = 210+48+2=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D23002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23002 is #2DCFFD. Grayscale: #5B5B5B. Windows color (decimal): -3002366 or 143570. OLE color: 143570.

HSL color Cylindrical-coordinate representation of color #D23002: hue angle of 13.27º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D23002 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 48 2 -
CMYK 0 0.77 0.99 0.18
HSL 13.27º 0.98% 0.42% -
HSV(B) 13.27º 0.99% 0.82% -
XYZ 27.65 15.82 1.65 -
YUV 91.19 77.67 212.74 -
System Red Green Blue C M Y K H S L
Decimal 210 48 2 0 0.77 0.99 0.18 13.27 0.98 0.42
Hex D2 30 2 0 4D 63 12 D 62 2A
Octal 322 60 2 0 115 143 22 15 142 52
Binary 11010010 110000 10 0 1001101 1100011 10010 1101 1100010 101010

Color Harmonies of #D23002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23002

Black with #D23002

Text Example


Text Example

White with #D23002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23002; }

 p { color: rgb(210,48,2); }

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

background-color css

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

 a { background-color: rgb(210,48,2); }

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

border-color css

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

 span { border-color: rgb(210,48,2); }

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