Html Css Color HEX #CC3409 Harley Davidson Orange

📋 copy color: '#CC3409'

red 204 ◦ green 52 ◦ blue 9

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

Shades of Harley Davidson Orange #CC3409

Tints of Harley Davidson Orange #CC3409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.4%

R = 76.98%
G = 19.62%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC3409 (or 0xCC3409) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 09. RGB value is (204,52,9). Sum of RGB (Red+Green+Blue) = 204+52+9=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3409 is #33CBF6. Grayscale: #5C5C5C. Windows color (decimal): -3394551 or 603340. OLE color: 603340.

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

Color convert

RGB 204 52 9 -
CMYK 0 0.75 0.96 0.2
HSL 13.23º 0.92% 0.42% -
HSV(B) 13.23º 0.96% 0.8% -
XYZ 26.18 15.31 1.83 -
YUV 92.55 80.86 207.5 -
System Red Green Blue C M Y K H S L
Decimal 204 52 9 0 0.75 0.96 0.2 13.23 0.92 0.42
Hex CC 34 9 0 4B 60 14 D 5C 2A
Octal 314 64 11 0 113 140 24 15 134 52
Binary 11001100 110100 1001 0 1001011 1100000 10100 1101 1011100 101010

Color Harmonies of #CC3409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3409

Black with #CC3409

Text Example


Text Example

White with #CC3409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3409; }

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

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

background-color css

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

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

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

border-color css

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

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

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