Html Css Color HEX #CC4007 Harley Davidson Orange

📋 copy color: '#CC4007'

red 204 ◦ green 64 ◦ blue 7

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

Shades of Harley Davidson Orange #CC4007

Tints of Harley Davidson Orange #CC4007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

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

R = 74.18%
G = 23.27%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC4007 (or 0xCC4007) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 07. RGB value is (204,64,7). Sum of RGB (Red+Green+Blue) = 204+64+7=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4007 is #33BFF8. Grayscale: #636363. Windows color (decimal): -3391481 or 475340. OLE color: 475340.

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

Color convert

RGB 204 64 7 -
CMYK 0 0.69 0.97 0.2
HSL 17.36º 0.93% 0.41% -
HSV(B) 17.36º 0.97% 0.8% -
XYZ 26.77 16.52 1.98 -
YUV 99.36 75.88 202.63 -
System Red Green Blue C M Y K H S L
Decimal 204 64 7 0 0.69 0.97 0.2 17.36 0.93 0.41
Hex CC 40 7 0 45 61 14 11 5D 29
Octal 314 100 7 0 105 141 24 21 135 51
Binary 11001100 1000000 111 0 1000101 1100001 10100 10001 1011101 101001

Color Harmonies of #CC4007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4007

Black with #CC4007

Text Example


Text Example

White with #CC4007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4007; }

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

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

background-color css

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

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

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

border-color css

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

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

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