Html Css Color HEX #CC3414 Harley Davidson Orange

📋 copy color: '#CC3414'

red 204 ◦ green 52 ◦ blue 20

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

Shades of Harley Davidson Orange #CC3414

Tints of Harley Davidson Orange #CC3414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.84%

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

R = 73.91%
G = 18.84%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC3414 (or 0xCC3414) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 14. RGB value is (204,52,20). Sum of RGB (Red+Green+Blue) = 204+52+20=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3414 is #33CBEB. Grayscale: #5E5E5E. Windows color (decimal): -3394540 or 1324236. OLE color: 1324236.

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

Color convert

RGB 204 52 20 -
CMYK 0 0.75 0.90 0.2
HSL 10.43º 0.82% 0.44% -
HSV(B) 10.43º 0.9% 0.8% -
XYZ 26.26 15.34 2.24 -
YUV 93.8 86.36 206.6 -
System Red Green Blue C M Y K H S L
Decimal 204 52 20 0 0.75 0.90 0.2 10.43 0.82 0.44
Hex CC 34 14 0 4B 5A 14 A 52 2C
Octal 314 64 24 0 113 132 24 12 122 54
Binary 11001100 110100 10100 0 1001011 1011010 10100 1010 1010010 101100

Color Harmonies of #CC3414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3414

Black with #CC3414

Text Example


Text Example

White with #CC3414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3414; }

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

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

background-color css

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

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

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

border-color css

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

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

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