Html Css Color HEX #CC330F Harley Davidson Orange

📋 copy color: '#CC330F'

red 204 ◦ green 51 ◦ blue 15

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

Shades of Harley Davidson Orange #CC330F

Tints of Harley Davidson Orange #CC330F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 75.56%
G = 18.89%
B = 5.56%

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

#CC330F (or 0xCC330F) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 0F. RGB value is (204,51,15). Sum of RGB (Red+Green+Blue) = 204+51+15=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC330F is #33CCF0. Grayscale: #5C5C5C. Windows color (decimal): -3394801 or 996300. OLE color: 996300.

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

Color convert

RGB 204 51 15 -
CMYK 0 0.75 0.93 0.2
HSL 11.43º 0.86% 0.43% -
HSV(B) 11.43º 0.93% 0.8% -
XYZ 26.17 15.24 2.01 -
YUV 92.64 84.19 207.43 -
System Red Green Blue C M Y K H S L
Decimal 204 51 15 0 0.75 0.93 0.2 11.43 0.86 0.43
Hex CC 33 F 0 4B 5D 14 B 56 2B
Octal 314 63 17 0 113 135 24 13 126 53
Binary 11001100 110011 1111 0 1001011 1011101 10100 1011 1010110 101011

Color Harmonies of #CC330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC330F

Black with #CC330F

Text Example


Text Example

White with #CC330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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