Html Css Color HEX #CC4316 Harley Davidson Orange

📋 copy color: '#CC4316'

red 204 ◦ green 67 ◦ blue 22

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

Shades of Harley Davidson Orange #CC4316

Tints of Harley Davidson Orange #CC4316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 69.62%
G = 22.87%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC4316 (or 0xCC4316) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 16. RGB value is (204,67,22). Sum of RGB (Red+Green+Blue) = 204+67+22=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4316 is #33BCE9. Grayscale: #676767. Windows color (decimal): -3390698 or 1459148. OLE color: 1459148.

HSL color Cylindrical-coordinate representation of color #CC4316: hue angle of 14.84º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC4316 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 67 22 -
CMYK 0 0.67 0.89 0.2
HSL 14.84º 0.81% 0.44% -
HSV(B) 14.84º 0.89% 0.8% -
XYZ 27.05 16.91 2.6 -
YUV 102.83 82.39 200.16 -
System Red Green Blue C M Y K H S L
Decimal 204 67 22 0 0.67 0.89 0.2 14.84 0.81 0.44
Hex CC 43 16 0 43 59 14 F 51 2C
Octal 314 103 26 0 103 131 24 17 121 54
Binary 11001100 1000011 10110 0 1000011 1011001 10100 1111 1010001 101100

Color Harmonies of #CC4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4316

Black with #CC4316

Text Example


Text Example

White with #CC4316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4316; }

 p { color: rgb(204,67,22); }

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

background-color css

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

 a { background-color: rgb(204,67,22); }

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

border-color css

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

 span { border-color: rgb(204,67,22); }

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