Html Css Color HEX #CC4A1C Harley Davidson Orange

📋 copy color: '#CC4A1C'

red 204 ◦ green 74 ◦ blue 28

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

Shades of Harley Davidson Orange #CC4A1C

Tints of Harley Davidson Orange #CC4A1C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 66.67%
G = 24.18%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC4A1C (or 0xCC4A1C) is known color: Harley Davidson Orange. HEX triplet: CC, 4A and 1C. RGB value is (204,74,28). Sum of RGB (Red+Green+Blue) = 204+74+28=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A1C is #33B5E3. Grayscale: #6B6B6B. Windows color (decimal): -3388900 or 1854156. OLE color: 1854156.

HSL color Cylindrical-coordinate representation of color #CC4A1C: hue angle of 15.68º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC4A1C is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 74 28 -
CMYK 0 0.64 0.86 0.2
HSL 15.68º 0.76% 0.45% -
HSV(B) 15.68º 0.86% 0.8% -
XYZ 27.56 17.82 3.09 -
YUV 107.63 83.07 196.74 -
System Red Green Blue C M Y K H S L
Decimal 204 74 28 0 0.64 0.86 0.2 15.68 0.76 0.45
Hex CC 4A 1C 0 40 56 14 10 4C 2D
Octal 314 112 34 0 100 126 24 20 114 55
Binary 11001100 1001010 11100 0 1000000 1010110 10100 10000 1001100 101101

Color Harmonies of #CC4A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A1C

Black with #CC4A1C

Text Example


Text Example

White with #CC4A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A1C; }

 p { color: rgb(204,74,28); }

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

background-color css

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

 a { background-color: rgb(204,74,28); }

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

border-color css

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

 span { border-color: rgb(204,74,28); }

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