Html Css Color HEX #CC3A00 Harley Davidson Orange

📋 copy color: '#CC3A00'

red 204 ◦ green 58 ◦ blue 0

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

Shades of Harley Davidson Orange #CC3A00

Tints of Harley Davidson Orange #CC3A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.86%
G = 22.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC3A00 (or 0xCC3A00) is known color: Harley Davidson Orange. HEX triplet: CC, 3A and 00. RGB value is (204,58,0). Sum of RGB (Red+Green+Blue) = 204+58+0=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3A00 is #33C5FF. Grayscale: #5F5F5F. Windows color (decimal): -3393024 or 15052. OLE color: 15052.

HSL color Cylindrical-coordinate representation of color #CC3A00: hue angle of 17.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC3A00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 58 0 -
CMYK 0 0.72 1 0.2
HSL 17.06º 1% 0.4% -
HSV(B) 17.06º 1% 0.8% -
XYZ 26.41 15.86 1.67 -
YUV 95.04 74.37 205.72 -
System Red Green Blue C M Y K H S L
Decimal 204 58 0 0 0.72 1 0.2 17.06 1 0.4
Hex CC 3A 0 0 48 64 14 11 64 28
Octal 314 72 0 0 110 144 24 21 144 50
Binary 11001100 111010 0 0 1001000 1100100 10100 10001 1100100 101000

Color Harmonies of #CC3A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A00

Black with #CC3A00

Text Example


Text Example

White with #CC3A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A00; }

 p { color: rgb(204,58,0); }

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

background-color css

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

 a { background-color: rgb(204,58,0); }

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

border-color css

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

 span { border-color: rgb(204,58,0); }

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