Html Css Color HEX #CD3713 Harley Davidson Orange

📋 copy color: '#CD3713'

red 205 ◦ green 55 ◦ blue 19

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

Shades of Harley Davidson Orange #CD3713

Tints of Harley Davidson Orange #CD3713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 73.48%
G = 19.71%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD3713 (or 0xCD3713) is known color: Harley Davidson Orange. HEX triplet: CD, 37 and 13. RGB value is (205,55,19). Sum of RGB (Red+Green+Blue) = 205+55+19=279 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.48% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3713 is #32C8EC. Grayscale: #606060. Windows color (decimal): -3328237 or 1259469. OLE color: 1259469.

HSL color Cylindrical-coordinate representation of color #CD3713: hue angle of 11.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD3713 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 55 19 -
CMYK 0 0.73 0.91 0.20
HSL 11.61º 0.83% 0.44% -
HSV(B) 11.61º 0.91% 0.8% -
XYZ 26.66 15.76 2.25 -
YUV 95.75 84.7 205.93 -
System Red Green Blue C M Y K H S L
Decimal 205 55 19 0 0.73 0.91 0.20 11.61 0.83 0.44
Hex CD 37 13 0 49 5B 14 C 53 2C
Octal 315 67 23 0 111 133 24 14 123 54
Binary 11001101 110111 10011 0 1001001 1011011 10100 1100 1010011 101100

Color Harmonies of #CD3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3713

Black with #CD3713

Text Example


Text Example

White with #CD3713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3713; }

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

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

background-color css

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

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

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

border-color css

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

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

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