Html Css Color HEX #CD301D Harley Davidson Orange

📋 copy color: '#CD301D'

red 205 ◦ green 48 ◦ blue 29

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

Shades of Harley Davidson Orange #CD301D

Tints of Harley Davidson Orange #CD301D

RGB

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

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

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

R = 72.7%
G = 17.02%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD301D (or 0xCD301D) is known color: Harley Davidson Orange. HEX triplet: CD, 30 and 1D. RGB value is (205,48,29). Sum of RGB (Red+Green+Blue) = 205+48+29=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD301D is #32CFE2. Grayscale: #5D5D5D. Windows color (decimal): -3330019 or 1913037. OLE color: 1913037.

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

Color convert

RGB 205 48 29 -
CMYK 0 0.77 0.86 0.20
HSL 6.48º 0.75% 0.46% -
HSV(B) 6.48º 0.86% 0.8% -
XYZ 26.46 15.18 2.7 -
YUV 92.78 92.01 208.04 -
System Red Green Blue C M Y K H S L
Decimal 205 48 29 0 0.77 0.86 0.20 6.48 0.75 0.46
Hex CD 30 1D 0 4D 56 14 6 4B 2E
Octal 315 60 35 0 115 126 24 6 113 56
Binary 11001101 110000 11101 0 1001101 1010110 10100 110 1001011 101110

Color Harmonies of #CD301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD301D

Black with #CD301D

Text Example


Text Example

White with #CD301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD301D; }

 p { color: rgb(205,48,29); }

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

background-color css

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

 a { background-color: rgb(205,48,29); }

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

border-color css

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

 span { border-color: rgb(205,48,29); }

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