Html Css Color HEX #CC3D09 Harley Davidson Orange

📋 copy color: '#CC3D09'

red 204 ◦ green 61 ◦ blue 9

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

Shades of Harley Davidson Orange #CC3D09

Tints of Harley Davidson Orange #CC3D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.26%

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

R = 74.45%
G = 22.26%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC3D09 (or 0xCC3D09) is known color: Harley Davidson Orange. HEX triplet: CC, 3D and 09. RGB value is (204,61,9). Sum of RGB (Red+Green+Blue) = 204+61+9=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3D09 is #33C2F6. Grayscale: #626262. Windows color (decimal): -3392247 or 605644. OLE color: 605644.

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

Color convert

RGB 204 61 9 -
CMYK 0 0.70 0.96 0.2
HSL 16º 0.92% 0.42% -
HSV(B) 16º 0.96% 0.8% -
XYZ 26.62 16.19 1.98 -
YUV 97.83 77.88 203.73 -
System Red Green Blue C M Y K H S L
Decimal 204 61 9 0 0.70 0.96 0.2 16 0.92 0.42
Hex CC 3D 9 0 46 60 14 10 5C 2A
Octal 314 75 11 0 106 140 24 20 134 52
Binary 11001100 111101 1001 0 1000110 1100000 10100 10000 1011100 101010

Color Harmonies of #CC3D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3D09

Black with #CC3D09

Text Example


Text Example

White with #CC3D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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