Html Css Color HEX #CC1D07 Harley Davidson Orange

📋 copy color: '#CC1D07'

red 204 ◦ green 29 ◦ blue 7

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

Shades of Harley Davidson Orange #CC1D07

Tints of Harley Davidson Orange #CC1D07

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.08%

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

R = 85%
G = 12.08%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC1D07 (or 0xCC1D07) is known color: Harley Davidson Orange. HEX triplet: CC, 1D and 07. RGB value is (204,29,7). Sum of RGB (Red+Green+Blue) = 204+29+7=240 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1D07 is #33E2F8. Grayscale: #4F4F4F. Windows color (decimal): -3400441 or 466380. OLE color: 466380.

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

Color convert

RGB 204 29 7 -
CMYK 0 0.86 0.97 0.2
HSL 6.7º 0.93% 0.41% -
HSV(B) 6.7º 0.97% 0.8% -
XYZ 25.38 13.73 1.51 -
YUV 78.82 87.48 217.29 -
System Red Green Blue C M Y K H S L
Decimal 204 29 7 0 0.86 0.97 0.2 6.7 0.93 0.41
Hex CC 1D 7 0 56 61 14 7 5D 29
Octal 314 35 7 0 126 141 24 7 135 51
Binary 11001100 11101 111 0 1010110 1100001 10100 111 1011101 101001

Color Harmonies of #CC1D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D07

Black with #CC1D07

Text Example


Text Example

White with #CC1D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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