Html Css Color HEX #CD3515 Harley Davidson Orange

📋 copy color: '#CD3515'

red 205 ◦ green 53 ◦ blue 21

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

Shades of Harley Davidson Orange #CD3515

Tints of Harley Davidson Orange #CD3515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19%

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

R = 73.48%
G = 19%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD3515 (or 0xCD3515) is known color: Harley Davidson Orange. HEX triplet: CD, 35 and 15. RGB value is (205,53,21). Sum of RGB (Red+Green+Blue) = 205+53+21=279 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.48% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3515 is #32CAEA. Grayscale: #5F5F5F. Windows color (decimal): -3328747 or 1390029. OLE color: 1390029.

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

Color convert

RGB 205 53 21 -
CMYK 0 0.74 0.90 0.20
HSL 10.43º 0.81% 0.44% -
HSV(B) 10.43º 0.9% 0.8% -
XYZ 26.59 15.58 2.32 -
YUV 94.8 86.36 206.6 -
System Red Green Blue C M Y K H S L
Decimal 205 53 21 0 0.74 0.90 0.20 10.43 0.81 0.44
Hex CD 35 15 0 4A 5A 14 A 51 2C
Octal 315 65 25 0 112 132 24 12 121 54
Binary 11001101 110101 10101 0 1001010 1011010 10100 1010 1010001 101100

Color Harmonies of #CD3515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3515

Black with #CD3515

Text Example


Text Example

White with #CD3515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3515; }

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

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

background-color css

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

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

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

border-color css

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

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

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