Html Css Color HEX #CD4615 Harley Davidson Orange

📋 copy color: '#CD4615'

red 205 ◦ green 70 ◦ blue 21

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

Shades of Harley Davidson Orange #CD4615

Tints of Harley Davidson Orange #CD4615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 69.26%
G = 23.65%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD4615 (or 0xCD4615) is known color: Harley Davidson Orange. HEX triplet: CD, 46 and 15. RGB value is (205,70,21). Sum of RGB (Red+Green+Blue) = 205+70+21=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4615 is #32B9EA. Grayscale: #696969. Windows color (decimal): -3324395 or 1394381. OLE color: 1394381.

HSL color Cylindrical-coordinate representation of color #CD4615: hue angle of 15.98º degrees, saturation: 0.81, 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 #CD4615 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 70 21 -
CMYK 0 0.66 0.90 0.20
HSL 15.98º 0.81% 0.44% -
HSV(B) 15.98º 0.9% 0.8% -
XYZ 27.5 17.41 2.62 -
YUV 104.78 80.73 199.48 -
System Red Green Blue C M Y K H S L
Decimal 205 70 21 0 0.66 0.90 0.20 15.98 0.81 0.44
Hex CD 46 15 0 42 5A 14 10 51 2C
Octal 315 106 25 0 102 132 24 20 121 54
Binary 11001101 1000110 10101 0 1000010 1011010 10100 10000 1010001 101100

Color Harmonies of #CD4615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4615

Black with #CD4615

Text Example


Text Example

White with #CD4615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4615; }

 p { color: rgb(205,70,21); }

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

background-color css

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

 a { background-color: rgb(205,70,21); }

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

border-color css

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

 span { border-color: rgb(205,70,21); }

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