Html Css Color HEX #C8380F Harley Davidson Orange

📋 copy color: '#C8380F'

red 200 ◦ green 56 ◦ blue 15

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

Shades of Harley Davidson Orange #C8380F

Tints of Harley Davidson Orange #C8380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.66%

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 73.8%
G = 20.66%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8380F (or 0xC8380F) is known color: Harley Davidson Orange. HEX triplet: C8, 38 and 0F. RGB value is (200,56,15). Sum of RGB (Red+Green+Blue) = 200+56+15=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C8380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8380F is #37C7F0. Grayscale: #5E5E5E. Windows color (decimal): -3655665 or 997576. OLE color: 997576.

HSL color Cylindrical-coordinate representation of color #C8380F: hue angle of 13.3º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8380F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 56 15 -
CMYK 0 0.72 0.92 0.22
HSL 13.3º 0.86% 0.42% -
HSV(B) 13.3º 0.93% 0.78% -
XYZ 25.32 15.14 2.04 -
YUV 94.38 83.21 203.33 -
System Red Green Blue C M Y K H S L
Decimal 200 56 15 0 0.72 0.92 0.22 13.3 0.86 0.42
Hex C8 38 F 0 48 5C 16 D 56 2A
Octal 310 70 17 0 110 134 26 15 126 52
Binary 11001000 111000 1111 0 1001000 1011100 10110 1101 1010110 101010

Color Harmonies of #C8380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8380F

Black with #C8380F

Text Example


Text Example

White with #C8380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8380F; }

 p { color: rgb(200,56,15); }

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

background-color css

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

 a { background-color: rgb(200,56,15); }

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

border-color css

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

 span { border-color: rgb(200,56,15); }

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