Html Css Color HEX #C8381D Harley Davidson Orange

📋 copy color: '#C8381D'

red 200 ◦ green 56 ◦ blue 29

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

Shades of Harley Davidson Orange #C8381D

Tints of Harley Davidson Orange #C8381D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 70.18%
G = 19.65%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8381D (or 0xC8381D) is known color: Harley Davidson Orange. HEX triplet: C8, 38 and 1D. RGB value is (200,56,29). Sum of RGB (Red+Green+Blue) = 200+56+29=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C8381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8381D is #37C7E2. Grayscale: #606060. Windows color (decimal): -3655651 or 1915080. OLE color: 1915080.

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

Color convert

RGB 200 56 29 -
CMYK 0 0.72 0.86 0.22
HSL 9.47º 0.75% 0.45% -
HSV(B) 9.47º 0.86% 0.78% -
XYZ 25.46 15.2 2.75 -
YUV 95.98 90.21 202.2 -
System Red Green Blue C M Y K H S L
Decimal 200 56 29 0 0.72 0.86 0.22 9.47 0.75 0.45
Hex C8 38 1D 0 48 56 16 9 4B 2D
Octal 310 70 35 0 110 126 26 11 113 55
Binary 11001000 111000 11101 0 1001000 1010110 10110 1001 1001011 101101

Color Harmonies of #C8381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8381D

Black with #C8381D

Text Example


Text Example

White with #C8381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8381D; }

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

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

background-color css

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

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

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

border-color css

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

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

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