Html Css Color HEX #CD3E13 Harley Davidson Orange

📋 copy color: '#CD3E13'

red 205 ◦ green 62 ◦ blue 19

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

Shades of Harley Davidson Orange #CD3E13

Tints of Harley Davidson Orange #CD3E13

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.68%

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

R = 71.68%
G = 21.68%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD3E13 (or 0xCD3E13) is known color: Harley Davidson Orange. HEX triplet: CD, 3E and 13. RGB value is (205,62,19). Sum of RGB (Red+Green+Blue) = 205+62+19=286 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.68% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3E13 is #32C1EC. Grayscale: #646464. Windows color (decimal): -3326445 or 1261261. OLE color: 1261261.

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

Color convert

RGB 205 62 19 -
CMYK 0 0.70 0.91 0.20
HSL 13.87º 0.83% 0.44% -
HSV(B) 13.87º 0.91% 0.8% -
XYZ 27.02 16.47 2.37 -
YUV 99.86 82.38 203 -
System Red Green Blue C M Y K H S L
Decimal 205 62 19 0 0.70 0.91 0.20 13.87 0.83 0.44
Hex CD 3E 13 0 46 5B 14 E 53 2C
Octal 315 76 23 0 106 133 24 16 123 54
Binary 11001101 111110 10011 0 1000110 1011011 10100 1110 1010011 101100

Color Harmonies of #CD3E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3E13

Black with #CD3E13

Text Example


Text Example

White with #CD3E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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