Html Css Color HEX #CC3010 Harley Davidson Orange

📋 copy color: '#CC3010'

red 204 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #CC3010

Tints of Harley Davidson Orange #CC3010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.97%

R = 76.12%
G = 17.91%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC3010 (or 0xCC3010) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 10. RGB value is (204,48,16). Sum of RGB (Red+Green+Blue) = 204+48+16=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3010 is #33CFEF. Grayscale: #5B5B5B. Windows color (decimal): -3395568 or 1061068. OLE color: 1061068.

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

Color convert

RGB 204 48 16 -
CMYK 0 0.76 0.92 0.2
HSL 10.21º 0.85% 0.43% -
HSV(B) 10.21º 0.92% 0.8% -
XYZ 26.05 14.99 2.01 -
YUV 91 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 204 48 16 0 0.76 0.92 0.2 10.21 0.85 0.43
Hex CC 30 10 0 4C 5C 14 A 55 2B
Octal 314 60 20 0 114 134 24 12 125 53
Binary 11001100 110000 10000 0 1001100 1011100 10100 1010 1010101 101011

Color Harmonies of #CC3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3010

Black with #CC3010

Text Example


Text Example

White with #CC3010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3010; }

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

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

background-color css

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

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

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

border-color css

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

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

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