Html Css Color HEX #CC3C04 Harley Davidson Orange

📋 copy color: '#CC3C04'

red 204 ◦ green 60 ◦ blue 4

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

Shades of Harley Davidson Orange #CC3C04

Tints of Harley Davidson Orange #CC3C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.39%

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

R = 76.12%
G = 22.39%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC3C04 (or 0xCC3C04) is known color: Harley Davidson Orange. HEX triplet: CC, 3C and 04. RGB value is (204,60,4). Sum of RGB (Red+Green+Blue) = 204+60+4=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3C04 is #33C3FB. Grayscale: #616161. Windows color (decimal): -3392508 or 277708. OLE color: 277708.

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

Color convert

RGB 204 60 4 -
CMYK 0 0.71 0.98 0.2
HSL 16.8º 0.96% 0.41% -
HSV(B) 16.8º 0.98% 0.8% -
XYZ 26.54 16.08 1.82 -
YUV 96.67 75.71 204.55 -
System Red Green Blue C M Y K H S L
Decimal 204 60 4 0 0.71 0.98 0.2 16.8 0.96 0.41
Hex CC 3C 4 0 47 62 14 11 60 29
Octal 314 74 4 0 107 142 24 21 140 51
Binary 11001100 111100 100 0 1000111 1100010 10100 10001 1100000 101001

Color Harmonies of #CC3C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C04

Black with #CC3C04

Text Example


Text Example

White with #CC3C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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