Html Css Color HEX #CC301C Harley Davidson Orange

📋 copy color: '#CC301C'

red 204 ◦ green 48 ◦ blue 28

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

Shades of Harley Davidson Orange #CC301C

Tints of Harley Davidson Orange #CC301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

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

R = 72.86%
G = 17.14%
B = 10%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC301C (or 0xCC301C) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 1C. RGB value is (204,48,28). Sum of RGB (Red+Green+Blue) = 204+48+28=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC301C is #33CFE3. Grayscale: #5C5C5C. Windows color (decimal): -3395556 or 1847500. OLE color: 1847500.

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

Color convert

RGB 204 48 28 -
CMYK 0 0.76 0.86 0.2
HSL 6.82º 0.76% 0.45% -
HSV(B) 6.82º 0.86% 0.8% -
XYZ 26.17 15.04 2.62 -
YUV 92.36 91.68 207.63 -
System Red Green Blue C M Y K H S L
Decimal 204 48 28 0 0.76 0.86 0.2 6.82 0.76 0.45
Hex CC 30 1C 0 4C 56 14 7 4C 2D
Octal 314 60 34 0 114 126 24 7 114 55
Binary 11001100 110000 11100 0 1001100 1010110 10100 111 1001100 101101

Color Harmonies of #CC301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC301C

Black with #CC301C

Text Example


Text Example

White with #CC301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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