Html Css Color HEX #CC481E Harley Davidson Orange

📋 copy color: '#CC481E'

red 204 ◦ green 72 ◦ blue 30

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

Shades of Harley Davidson Orange #CC481E

Tints of Harley Davidson Orange #CC481E

RGB

 RED value IS 204 (80.08% from 255) = 66.67%

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

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

R = 66.67%
G = 23.53%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC481E (or 0xCC481E) is known color: Harley Davidson Orange. HEX triplet: CC, 48 and 1E. RGB value is (204,72,30). Sum of RGB (Red+Green+Blue) = 204+72+30=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC481E is #33B7E1. Grayscale: #6A6A6A. Windows color (decimal): -3389410 or 1984716. OLE color: 1984716.

HSL color Cylindrical-coordinate representation of color #CC481E: hue angle of 14.48º 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 #CC481E is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 72 30 -
CMYK 0 0.65 0.85 0.2
HSL 14.48º 0.74% 0.46% -
HSV(B) 14.48º 0.85% 0.8% -
XYZ 27.45 17.57 3.17 -
YUV 106.68 84.73 197.42 -
System Red Green Blue C M Y K H S L
Decimal 204 72 30 0 0.65 0.85 0.2 14.48 0.74 0.46
Hex CC 48 1E 0 41 55 14 E 4A 2E
Octal 314 110 36 0 101 125 24 16 112 56
Binary 11001100 1001000 11110 0 1000001 1010101 10100 1110 1001010 101110

Color Harmonies of #CC481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC481E

Black with #CC481E

Text Example


Text Example

White with #CC481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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