Html Css Color HEX #CC341C Harley Davidson Orange

📋 copy color: '#CC341C'

red 204 ◦ green 52 ◦ blue 28

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

Shades of Harley Davidson Orange #CC341C

Tints of Harley Davidson Orange #CC341C

RGB

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

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

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

R = 71.83%
G = 18.31%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC341C (or 0xCC341C) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 1C. RGB value is (204,52,28). Sum of RGB (Red+Green+Blue) = 204+52+28=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC341C is #33CBE3. Grayscale: #5E5E5E. Windows color (decimal): -3394532 or 1848524. OLE color: 1848524.

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

Color convert

RGB 204 52 28 -
CMYK 0 0.75 0.86 0.2
HSL 8.18º 0.76% 0.45% -
HSV(B) 8.18º 0.86% 0.8% -
XYZ 26.34 15.38 2.68 -
YUV 94.71 90.36 205.95 -
System Red Green Blue C M Y K H S L
Decimal 204 52 28 0 0.75 0.86 0.2 8.18 0.76 0.45
Hex CC 34 1C 0 4B 56 14 8 4C 2D
Octal 314 64 34 0 113 126 24 10 114 55
Binary 11001100 110100 11100 0 1001011 1010110 10100 1000 1001100 101101

Color Harmonies of #CC341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC341C

Black with #CC341C

Text Example


Text Example

White with #CC341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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