Html Css Color HEX #CD481E Harley Davidson Orange

📋 copy color: '#CD481E'

red 205 ◦ green 72 ◦ blue 30

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

Shades of Harley Davidson Orange #CD481E

Tints of Harley Davidson Orange #CD481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.45%

 BLUE value IS 30 (12.11% from 255) = 9.77%

R = 66.78%
G = 23.45%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD481E (or 0xCD481E) is known color: Harley Davidson Orange. HEX triplet: CD, 48 and 1E. RGB value is (205,72,30). Sum of RGB (Red+Green+Blue) = 205+72+30=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD481E is #32B7E1. Grayscale: #6B6B6B. Windows color (decimal): -3323874 or 1984717. OLE color: 1984717.

HSL color Cylindrical-coordinate representation of color #CD481E: hue angle of 14.4º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD481E is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 72 30 -
CMYK 0 0.65 0.85 0.20
HSL 14.4º 0.74% 0.46% -
HSV(B) 14.4º 0.85% 0.8% -
XYZ 27.73 17.71 3.18 -
YUV 106.98 84.56 197.92 -
System Red Green Blue C M Y K H S L
Decimal 205 72 30 0 0.65 0.85 0.20 14.4 0.74 0.46
Hex CD 48 1E 0 41 55 14 E 4A 2E
Octal 315 110 36 0 101 125 24 16 112 56
Binary 11001101 1001000 11110 0 1000001 1010101 10100 1110 1001010 101110

Color Harmonies of #CD481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD481E

Black with #CD481E

Text Example


Text Example

White with #CD481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD481E; }

 p { color: rgb(205,72,30); }

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

background-color css

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

 a { background-color: rgb(205,72,30); }

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

border-color css

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

 span { border-color: rgb(205,72,30); }

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