Html Css Color HEX #C8320C Harley Davidson Orange

📋 copy color: '#C8320C'

red 200 ◦ green 50 ◦ blue 12

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

Shades of Harley Davidson Orange #C8320C

Tints of Harley Davidson Orange #C8320C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.08%

 BLUE value IS 12 (5.08% from 255) = 4.58%

R = 76.34%
G = 19.08%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8320C (or 0xC8320C) is known color: Harley Davidson Orange. HEX triplet: C8, 32 and 0C. RGB value is (200,50,12). Sum of RGB (Red+Green+Blue) = 200+50+12=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C8320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8320C is #37CDF3. Grayscale: #5A5A5A. Windows color (decimal): -3657204 or 799432. OLE color: 799432.

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

Color convert

RGB 200 50 12 -
CMYK 0 0.75 0.94 0.22
HSL 12.13º 0.89% 0.42% -
HSV(B) 12.13º 0.94% 0.78% -
XYZ 25.03 14.59 1.84 -
YUV 90.52 83.7 206.09 -
System Red Green Blue C M Y K H S L
Decimal 200 50 12 0 0.75 0.94 0.22 12.13 0.89 0.42
Hex C8 32 C 0 4B 5E 16 C 59 2A
Octal 310 62 14 0 113 136 26 14 131 52
Binary 11001000 110010 1100 0 1001011 1011110 10110 1100 1011001 101010

Color Harmonies of #C8320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8320C

Black with #C8320C

Text Example


Text Example

White with #C8320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8320C; }

 p { color: rgb(200,50,12); }

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

background-color css

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

 a { background-color: rgb(200,50,12); }

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

border-color css

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

 span { border-color: rgb(200,50,12); }

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