Html Css Color HEX #CD3417 Harley Davidson Orange

📋 copy color: '#CD3417'

red 205 ◦ green 52 ◦ blue 23

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

Shades of Harley Davidson Orange #CD3417

Tints of Harley Davidson Orange #CD3417

RGB

 RED value IS 205 (80.47% from 255) = 73.21%

 GREEN value IS 52 (20.7% from 255) = 18.57%

 BLUE value IS 23 (9.38% from 255) = 8.21%

R = 73.21%
G = 18.57%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD3417 (or 0xCD3417) is known color: Harley Davidson Orange. HEX triplet: CD, 34 and 17. RGB value is (205,52,23). Sum of RGB (Red+Green+Blue) = 205+52+23=280 (37% of max value = 765). Red value is 205 (80.47% from 255 or 73.21% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3417 is #32CBE8. Grayscale: #5E5E5E. Windows color (decimal): -3329001 or 1520845. OLE color: 1520845.

HSL color Cylindrical-coordinate representation of color #CD3417: hue angle of 9.56º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD3417 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 52 23 -
CMYK 0 0.75 0.89 0.20
HSL 9.56º 0.8% 0.45% -
HSV(B) 9.56º 0.89% 0.8% -
XYZ 26.56 15.5 2.4 -
YUV 94.44 87.69 206.86 -
System Red Green Blue C M Y K H S L
Decimal 205 52 23 0 0.75 0.89 0.20 9.56 0.8 0.45
Hex CD 34 17 0 4B 59 14 A 50 2D
Octal 315 64 27 0 113 131 24 12 120 55
Binary 11001101 110100 10111 0 1001011 1011001 10100 1010 1010000 101101

Color Harmonies of #CD3417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3417

Black with #CD3417

Text Example


Text Example

White with #CD3417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3417; }

 p { color: rgb(205,52,23); }

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

background-color css

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

 a { background-color: rgb(205,52,23); }

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

border-color css

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

 span { border-color: rgb(205,52,23); }

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