Html Css Color HEX #CC340B Harley Davidson Orange

📋 copy color: '#CC340B'

red 204 ◦ green 52 ◦ blue 11

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

Shades of Harley Davidson Orange #CC340B

Tints of Harley Davidson Orange #CC340B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 76.4%
G = 19.48%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC340B (or 0xCC340B) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 0B. RGB value is (204,52,11). Sum of RGB (Red+Green+Blue) = 204+52+11=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC340B is #33CBF4. Grayscale: #5D5D5D. Windows color (decimal): -3394549 or 734412. OLE color: 734412.

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

Color convert

RGB 204 52 11 -
CMYK 0 0.75 0.95 0.2
HSL 12.75º 0.9% 0.42% -
HSV(B) 12.75º 0.95% 0.8% -
XYZ 26.19 15.32 1.89 -
YUV 92.77 81.86 207.33 -
System Red Green Blue C M Y K H S L
Decimal 204 52 11 0 0.75 0.95 0.2 12.75 0.9 0.42
Hex CC 34 B 0 4B 5F 14 D 5A 2A
Octal 314 64 13 0 113 137 24 15 132 52
Binary 11001100 110100 1011 0 1001011 1011111 10100 1101 1011010 101010

Color Harmonies of #CC340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC340B

Black with #CC340B

Text Example


Text Example

White with #CC340B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC340B; }

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

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

background-color css

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

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

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

border-color css

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

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

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