Html Css Color HEX #C8301C Harley Davidson Orange

📋 copy color: '#C8301C'

red 200 ◦ green 48 ◦ blue 28

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

Shades of Harley Davidson Orange #C8301C

Tints of Harley Davidson Orange #C8301C

RGB

 RED value IS 200 (78.52% from 255) = 72.46%

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

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

R = 72.46%
G = 17.39%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8301C (or 0xC8301C) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 1C. RGB value is (200,48,28). Sum of RGB (Red+Green+Blue) = 200+48+28=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C8301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8301C is #37CFE3. Grayscale: #5B5B5B. Windows color (decimal): -3657700 or 1847496. OLE color: 1847496.

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

Color convert

RGB 200 48 28 -
CMYK 0 0.76 0.86 0.22
HSL 6.98º 0.75% 0.45% -
HSV(B) 6.98º 0.86% 0.78% -
XYZ 25.09 14.48 2.57 -
YUV 91.17 92.36 205.63 -
System Red Green Blue C M Y K H S L
Decimal 200 48 28 0 0.76 0.86 0.22 6.98 0.75 0.45
Hex C8 30 1C 0 4C 56 16 7 4B 2D
Octal 310 60 34 0 114 126 26 7 113 55
Binary 11001000 110000 11100 0 1001100 1010110 10110 111 1001011 101101

Color Harmonies of #C8301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8301C

Black with #C8301C

Text Example


Text Example

White with #C8301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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