Html Css Color HEX #CC3705 Harley Davidson Orange

📋 copy color: '#CC3705'

red 204 ◦ green 55 ◦ blue 5

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

Shades of Harley Davidson Orange #CC3705

Tints of Harley Davidson Orange #CC3705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 77.27%
G = 20.83%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC3705 (or 0xCC3705) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 05. RGB value is (204,55,5). Sum of RGB (Red+Green+Blue) = 204+55+5=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3705 is #33C8FA. Grayscale: #5E5E5E. Windows color (decimal): -3393787 or 341964. OLE color: 341964.

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

Color convert

RGB 204 55 5 -
CMYK 0 0.73 0.98 0.2
HSL 15.08º 0.95% 0.41% -
HSV(B) 15.08º 0.98% 0.8% -
XYZ 26.3 15.58 1.77 -
YUV 93.85 77.86 206.57 -
System Red Green Blue C M Y K H S L
Decimal 204 55 5 0 0.73 0.98 0.2 15.08 0.95 0.41
Hex CC 37 5 0 49 62 14 F 5F 29
Octal 314 67 5 0 111 142 24 17 137 51
Binary 11001100 110111 101 0 1001001 1100010 10100 1111 1011111 101001

Color Harmonies of #CC3705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3705

Black with #CC3705

Text Example


Text Example

White with #CC3705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3705; }

 p { color: rgb(204,55,5); }

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

background-color css

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

 a { background-color: rgb(204,55,5); }

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

border-color css

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

 span { border-color: rgb(204,55,5); }

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