Html Css Color HEX #CC4104 Harley Davidson Orange

📋 copy color: '#CC4104'

red 204 ◦ green 65 ◦ blue 4

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

Shades of Harley Davidson Orange #CC4104

Tints of Harley Davidson Orange #CC4104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 74.73%
G = 23.81%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC4104 (or 0xCC4104) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 04. RGB value is (204,65,4). Sum of RGB (Red+Green+Blue) = 204+65+4=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4104 is #33BEFB. Grayscale: #636363. Windows color (decimal): -3391228 or 278988. OLE color: 278988.

HSL color Cylindrical-coordinate representation of color #CC4104: hue angle of 18.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC4104 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 65 4 -
CMYK 0 0.68 0.98 0.2
HSL 18.3º 0.96% 0.41% -
HSV(B) 18.3º 0.98% 0.8% -
XYZ 26.81 16.63 1.91 -
YUV 99.61 74.05 202.46 -
System Red Green Blue C M Y K H S L
Decimal 204 65 4 0 0.68 0.98 0.2 18.3 0.96 0.41
Hex CC 41 4 0 44 62 14 12 60 29
Octal 314 101 4 0 104 142 24 22 140 51
Binary 11001100 1000001 100 0 1000100 1100010 10100 10010 1100000 101001

Color Harmonies of #CC4104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4104

Black with #CC4104

Text Example


Text Example

White with #CC4104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4104; }

 p { color: rgb(204,65,4); }

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

background-color css

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

 a { background-color: rgb(204,65,4); }

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

border-color css

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

 span { border-color: rgb(204,65,4); }

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