Html Css Color HEX #CC4514 Harley Davidson Orange

📋 copy color: '#CC4514'

red 204 ◦ green 69 ◦ blue 20

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

Shades of Harley Davidson Orange #CC4514

Tints of Harley Davidson Orange #CC4514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.55%

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

R = 69.62%
G = 23.55%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC4514 (or 0xCC4514) is known color: Harley Davidson Orange. HEX triplet: CC, 45 and 14. RGB value is (204,69,20). Sum of RGB (Red+Green+Blue) = 204+69+20=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4514 is #33BAEB. Grayscale: #686868. Windows color (decimal): -3390188 or 1328588. OLE color: 1328588.

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

Color convert

RGB 204 69 20 -
CMYK 0 0.66 0.90 0.2
HSL 15.98º 0.82% 0.44% -
HSV(B) 15.98º 0.9% 0.8% -
XYZ 27.16 17.14 2.54 -
YUV 103.78 80.73 199.48 -
System Red Green Blue C M Y K H S L
Decimal 204 69 20 0 0.66 0.90 0.2 15.98 0.82 0.44
Hex CC 45 14 0 42 5A 14 10 52 2C
Octal 314 105 24 0 102 132 24 20 122 54
Binary 11001100 1000101 10100 0 1000010 1011010 10100 10000 1010010 101100

Color Harmonies of #CC4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4514

Black with #CC4514

Text Example


Text Example

White with #CC4514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4514; }

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

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

background-color css

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

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

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

border-color css

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

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

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