Html Css Color HEX #CD4719 Harley Davidson Orange

📋 copy color: '#CD4719'

red 205 ◦ green 71 ◦ blue 25

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

Shades of Harley Davidson Orange #CD4719

Tints of Harley Davidson Orange #CD4719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.31%

R = 68.11%
G = 23.59%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD4719 (or 0xCD4719) is known color: Harley Davidson Orange. HEX triplet: CD, 47 and 19. RGB value is (205,71,25). Sum of RGB (Red+Green+Blue) = 205+71+25=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4719 is #32B8E6. Grayscale: #6A6A6A. Windows color (decimal): -3324135 or 1656781. OLE color: 1656781.

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

Color convert

RGB 205 71 25 -
CMYK 0 0.65 0.88 0.20
HSL 15.33º 0.78% 0.45% -
HSV(B) 15.33º 0.88% 0.8% -
XYZ 27.61 17.56 2.85 -
YUV 105.82 82.39 198.74 -
System Red Green Blue C M Y K H S L
Decimal 205 71 25 0 0.65 0.88 0.20 15.33 0.78 0.45
Hex CD 47 19 0 41 58 14 F 4E 2D
Octal 315 107 31 0 101 130 24 17 116 55
Binary 11001101 1000111 11001 0 1000001 1011000 10100 1111 1001110 101101

Color Harmonies of #CD4719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4719

Black with #CD4719

Text Example


Text Example

White with #CD4719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4719; }

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

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

background-color css

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

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

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

border-color css

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

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

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