Html Css Color HEX #CC340F Harley Davidson Orange

📋 copy color: '#CC340F'

red 204 ◦ green 52 ◦ blue 15

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

Shades of Harley Davidson Orange #CC340F

Tints of Harley Davidson Orange #CC340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

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

R = 75.28%
G = 19.19%
B = 5.54%

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

#CC340F (or 0xCC340F) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 0F. RGB value is (204,52,15). Sum of RGB (Red+Green+Blue) = 204+52+15=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC340F is #33CBF0. Grayscale: #5D5D5D. Windows color (decimal): -3394545 or 996556. OLE color: 996556.

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

Color convert

RGB 204 52 15 -
CMYK 0 0.75 0.93 0.2
HSL 11.75º 0.86% 0.43% -
HSV(B) 11.75º 0.93% 0.8% -
XYZ 26.22 15.33 2.03 -
YUV 93.23 83.86 207.01 -
System Red Green Blue C M Y K H S L
Decimal 204 52 15 0 0.75 0.93 0.2 11.75 0.86 0.43
Hex CC 34 F 0 4B 5D 14 C 56 2B
Octal 314 64 17 0 113 135 24 14 126 53
Binary 11001100 110100 1111 0 1001011 1011101 10100 1100 1010110 101011

Color Harmonies of #CC340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC340F

Black with #CC340F

Text Example


Text Example

White with #CC340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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