Html Css Color HEX #CC4814 Harley Davidson Orange

📋 copy color: '#CC4814'

red 204 ◦ green 72 ◦ blue 20

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

Shades of Harley Davidson Orange #CC4814

Tints of Harley Davidson Orange #CC4814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 68.92%
G = 24.32%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC4814 (or 0xCC4814) is known color: Harley Davidson Orange. HEX triplet: CC, 48 and 14. RGB value is (204,72,20). Sum of RGB (Red+Green+Blue) = 204+72+20=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4814 is #33B7EB. Grayscale: #696969. Windows color (decimal): -3389420 or 1329356. OLE color: 1329356.

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

Color convert

RGB 204 72 20 -
CMYK 0 0.65 0.90 0.2
HSL 16.96º 0.82% 0.44% -
HSV(B) 16.96º 0.9% 0.8% -
XYZ 27.35 17.52 2.6 -
YUV 105.54 79.73 198.23 -
System Red Green Blue C M Y K H S L
Decimal 204 72 20 0 0.65 0.90 0.2 16.96 0.82 0.44
Hex CC 48 14 0 41 5A 14 11 52 2C
Octal 314 110 24 0 101 132 24 21 122 54
Binary 11001100 1001000 10100 0 1000001 1011010 10100 10001 1010010 101100

Color Harmonies of #CC4814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4814

Black with #CC4814

Text Example


Text Example

White with #CC4814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4814; }

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

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

background-color css

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

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

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

border-color css

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

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

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