Html Css Color HEX #CC330E Harley Davidson Orange

📋 copy color: '#CC330E'

red 204 ◦ green 51 ◦ blue 14

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

Shades of Harley Davidson Orange #CC330E

Tints of Harley Davidson Orange #CC330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.96%

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 75.84%
G = 18.96%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC330E (or 0xCC330E) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 0E. RGB value is (204,51,14). Sum of RGB (Red+Green+Blue) = 204+51+14=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC330E is #33CCF1. Grayscale: #5C5C5C. Windows color (decimal): -3394802 or 930764. OLE color: 930764.

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

Color convert

RGB 204 51 14 -
CMYK 0 0.75 0.93 0.2
HSL 11.68º 0.87% 0.43% -
HSV(B) 11.68º 0.93% 0.8% -
XYZ 26.16 15.24 1.98 -
YUV 92.53 83.69 207.51 -
System Red Green Blue C M Y K H S L
Decimal 204 51 14 0 0.75 0.93 0.2 11.68 0.87 0.43
Hex CC 33 E 0 4B 5D 14 C 57 2B
Octal 314 63 16 0 113 135 24 14 127 53
Binary 11001100 110011 1110 0 1001011 1011101 10100 1100 1010111 101011

Color Harmonies of #CC330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC330E

Black with #CC330E

Text Example


Text Example

White with #CC330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC330E; }

 p { color: rgb(204,51,14); }

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

background-color css

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

 a { background-color: rgb(204,51,14); }

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

border-color css

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

 span { border-color: rgb(204,51,14); }

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