Html Css Color HEX #CD4714 Harley Davidson Orange

📋 copy color: '#CD4714'

red 205 ◦ green 71 ◦ blue 20

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

Shades of Harley Davidson Orange #CD4714

Tints of Harley Davidson Orange #CD4714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 69.26%
G = 23.99%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD4714 (or 0xCD4714) is known color: Harley Davidson Orange. HEX triplet: CD, 47 and 14. RGB value is (205,71,20). Sum of RGB (Red+Green+Blue) = 205+71+20=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4714 is #32B8EB. Grayscale: #696969. Windows color (decimal): -3324140 or 1329101. OLE color: 1329101.

HSL color Cylindrical-coordinate representation of color #CD4714: hue angle of 16.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD4714 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 71 20 -
CMYK 0 0.65 0.90 0.20
HSL 16.54º 0.82% 0.44% -
HSV(B) 16.54º 0.9% 0.8% -
XYZ 27.56 17.54 2.59 -
YUV 105.25 79.89 199.15 -
System Red Green Blue C M Y K H S L
Decimal 205 71 20 0 0.65 0.90 0.20 16.54 0.82 0.44
Hex CD 47 14 0 41 5A 14 11 52 2C
Octal 315 107 24 0 101 132 24 21 122 54
Binary 11001101 1000111 10100 0 1000001 1011010 10100 10001 1010010 101100

Color Harmonies of #CD4714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4714

Black with #CD4714

Text Example


Text Example

White with #CD4714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4714; }

 p { color: rgb(205,71,20); }

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

background-color css

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

 a { background-color: rgb(205,71,20); }

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

border-color css

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

 span { border-color: rgb(205,71,20); }

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