Html Css Color HEX #CC3904 Harley Davidson Orange

📋 copy color: '#CC3904'

red 204 ◦ green 57 ◦ blue 4

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

Shades of Harley Davidson Orange #CC3904

Tints of Harley Davidson Orange #CC3904

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

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

R = 76.98%
G = 21.51%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC3904 (or 0xCC3904) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 04. RGB value is (204,57,4). Sum of RGB (Red+Green+Blue) = 204+57+4=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3904 is #33C6FB. Grayscale: #5F5F5F. Windows color (decimal): -3393276 or 276940. OLE color: 276940.

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

Color convert

RGB 204 57 4 -
CMYK 0 0.72 0.98 0.2
HSL 15.9º 0.96% 0.41% -
HSV(B) 15.9º 0.98% 0.8% -
XYZ 26.39 15.77 1.77 -
YUV 94.91 76.7 205.81 -
System Red Green Blue C M Y K H S L
Decimal 204 57 4 0 0.72 0.98 0.2 15.9 0.96 0.41
Hex CC 39 4 0 48 62 14 10 60 29
Octal 314 71 4 0 110 142 24 20 140 51
Binary 11001100 111001 100 0 1001000 1100010 10100 10000 1100000 101001

Color Harmonies of #CC3904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3904

Black with #CC3904

Text Example


Text Example

White with #CC3904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3904; }

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

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

background-color css

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

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

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

border-color css

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

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

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