Html Css Color HEX #CD3715 Harley Davidson Orange

📋 copy color: '#CD3715'

red 205 ◦ green 55 ◦ blue 21

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

Shades of Harley Davidson Orange #CD3715

Tints of Harley Davidson Orange #CD3715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

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

R = 72.95%
G = 19.57%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD3715 (or 0xCD3715) is known color: Harley Davidson Orange. HEX triplet: CD, 37 and 15. RGB value is (205,55,21). Sum of RGB (Red+Green+Blue) = 205+55+21=281 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.95% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3715 is #32C8EA. Grayscale: #606060. Windows color (decimal): -3328235 or 1390541. OLE color: 1390541.

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

Color convert

RGB 205 55 21 -
CMYK 0 0.73 0.90 0.20
HSL 11.09º 0.81% 0.44% -
HSV(B) 11.09º 0.9% 0.8% -
XYZ 26.68 15.77 2.35 -
YUV 95.97 85.7 205.76 -
System Red Green Blue C M Y K H S L
Decimal 205 55 21 0 0.73 0.90 0.20 11.09 0.81 0.44
Hex CD 37 15 0 49 5A 14 B 51 2C
Octal 315 67 25 0 111 132 24 13 121 54
Binary 11001101 110111 10101 0 1001001 1011010 10100 1011 1010001 101100

Color Harmonies of #CD3715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3715

Black with #CD3715

Text Example


Text Example

White with #CD3715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3715; }

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

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

background-color css

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

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

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

border-color css

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

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

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