Html Css Color HEX #CC3909 Harley Davidson Orange

📋 copy color: '#CC3909'

red 204 ◦ green 57 ◦ blue 9

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

Shades of Harley Davidson Orange #CC3909

Tints of Harley Davidson Orange #CC3909

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

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

R = 75.56%
G = 21.11%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC3909 (or 0xCC3909) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 09. RGB value is (204,57,9). Sum of RGB (Red+Green+Blue) = 204+57+9=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3909 is #33C6F6. Grayscale: #5F5F5F. Windows color (decimal): -3393271 or 604620. OLE color: 604620.

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

Color convert

RGB 204 57 9 -
CMYK 0 0.72 0.96 0.2
HSL 14.77º 0.92% 0.42% -
HSV(B) 14.77º 0.96% 0.8% -
XYZ 26.41 15.78 1.91 -
YUV 95.48 79.2 205.4 -
System Red Green Blue C M Y K H S L
Decimal 204 57 9 0 0.72 0.96 0.2 14.77 0.92 0.42
Hex CC 39 9 0 48 60 14 F 5C 2A
Octal 314 71 11 0 110 140 24 17 134 52
Binary 11001100 111001 1001 0 1001000 1100000 10100 1111 1011100 101010

Color Harmonies of #CC3909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3909

Black with #CC3909

Text Example


Text Example

White with #CC3909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3909; }

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

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

background-color css

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

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

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

border-color css

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

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

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