Html Css Color HEX #CC3007 Harley Davidson Orange

📋 copy color: '#CC3007'

red 204 ◦ green 48 ◦ blue 7

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

Shades of Harley Davidson Orange #CC3007

Tints of Harley Davidson Orange #CC3007

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

 BLUE value IS 7 (3.13% from 255) = 2.7%

R = 78.76%
G = 18.53%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC3007 (or 0xCC3007) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 07. RGB value is (204,48,7). Sum of RGB (Red+Green+Blue) = 204+48+7=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3007 is #33CFF8. Grayscale: #5A5A5A. Windows color (decimal): -3395577 or 471244. OLE color: 471244.

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

Color convert

RGB 204 48 7 -
CMYK 0 0.76 0.97 0.2
HSL 12.49º 0.93% 0.41% -
HSV(B) 12.49º 0.97% 0.8% -
XYZ 26 14.97 1.72 -
YUV 89.97 81.18 209.33 -
System Red Green Blue C M Y K H S L
Decimal 204 48 7 0 0.76 0.97 0.2 12.49 0.93 0.41
Hex CC 30 7 0 4C 61 14 C 5D 29
Octal 314 60 7 0 114 141 24 14 135 51
Binary 11001100 110000 111 0 1001100 1100001 10100 1100 1011101 101001

Color Harmonies of #CC3007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3007

Black with #CC3007

Text Example


Text Example

White with #CC3007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3007; }

 p { color: rgb(204,48,7); }

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

background-color css

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

 a { background-color: rgb(204,48,7); }

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

border-color css

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

 span { border-color: rgb(204,48,7); }

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