Html Css Color HEX #C8320D Harley Davidson Orange

📋 copy color: '#C8320D'

red 200 ◦ green 50 ◦ blue 13

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

Shades of Harley Davidson Orange #C8320D

Tints of Harley Davidson Orange #C8320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.94%

R = 76.05%
G = 19.01%
B = 4.94%

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

#C8320D (or 0xC8320D) is known color: Harley Davidson Orange. HEX triplet: C8, 32 and 0D. RGB value is (200,50,13). Sum of RGB (Red+Green+Blue) = 200+50+13=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C8320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8320D is #37CDF2. Grayscale: #5A5A5A. Windows color (decimal): -3657203 or 864968. OLE color: 864968.

HSL color Cylindrical-coordinate representation of color #C8320D: hue angle of 11.87º degrees, saturation: 0.88, 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 #C8320D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 50 13 -
CMYK 0 0.75 0.94 0.22
HSL 11.87º 0.88% 0.42% -
HSV(B) 11.87º 0.94% 0.78% -
XYZ 25.03 14.59 1.88 -
YUV 90.63 84.2 206.01 -
System Red Green Blue C M Y K H S L
Decimal 200 50 13 0 0.75 0.94 0.22 11.87 0.88 0.42
Hex C8 32 D 0 4B 5E 16 C 58 2A
Octal 310 62 15 0 113 136 26 14 130 52
Binary 11001000 110010 1101 0 1001011 1011110 10110 1100 1011000 101010

Color Harmonies of #C8320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8320D

Black with #C8320D

Text Example


Text Example

White with #C8320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8320D; }

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

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

background-color css

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

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

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

border-color css

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

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

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