Html Css Color HEX #CC3614 Harley Davidson Orange

📋 copy color: '#CC3614'

red 204 ◦ green 54 ◦ blue 20

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

Shades of Harley Davidson Orange #CC3614

Tints of Harley Davidson Orange #CC3614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.42%

 BLUE value IS 20 (8.2% from 255) = 7.19%

R = 73.38%
G = 19.42%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC3614 (or 0xCC3614) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 14. RGB value is (204,54,20). Sum of RGB (Red+Green+Blue) = 204+54+20=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3614 is #33C9EB. Grayscale: #5F5F5F. Windows color (decimal): -3394028 or 1324748. OLE color: 1324748.

HSL color Cylindrical-coordinate representation of color #CC3614: hue angle of 11.09º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC3614 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 54 20 -
CMYK 0 0.74 0.90 0.2
HSL 11.09º 0.82% 0.44% -
HSV(B) 11.09º 0.9% 0.8% -
XYZ 26.35 15.53 2.27 -
YUV 94.97 85.7 205.76 -
System Red Green Blue C M Y K H S L
Decimal 204 54 20 0 0.74 0.90 0.2 11.09 0.82 0.44
Hex CC 36 14 0 4A 5A 14 B 52 2C
Octal 314 66 24 0 112 132 24 13 122 54
Binary 11001100 110110 10100 0 1001010 1011010 10100 1011 1010010 101100

Color Harmonies of #CC3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3614

Black with #CC3614

Text Example


Text Example

White with #CC3614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3614; }

 p { color: rgb(204,54,20); }

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

background-color css

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

 a { background-color: rgb(204,54,20); }

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

border-color css

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

 span { border-color: rgb(204,54,20); }

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