Html Css Color HEX #C7381E Harley Davidson Orange

📋 copy color: '#C7381E'

red 199 ◦ green 56 ◦ blue 30

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

Shades of Harley Davidson Orange #C7381E

Tints of Harley Davidson Orange #C7381E

RGB

 RED value IS 199 (78.13% from 255) = 69.82%

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

 BLUE value IS 30 (12.11% from 255) = 10.53%

R = 69.82%
G = 19.65%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7381E (or 0xC7381E) is known color: Harley Davidson Orange. HEX triplet: C7, 38 and 1E. RGB value is (199,56,30). Sum of RGB (Red+Green+Blue) = 199+56+30=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C7381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7381E is #38C7E1. Grayscale: #606060. Windows color (decimal): -3721186 or 1980615. OLE color: 1980615.

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

Color convert

RGB 199 56 30 -
CMYK 0 0.72 0.85 0.22
HSL 9.23º 0.74% 0.45% -
HSV(B) 9.23º 0.85% 0.78% -
XYZ 25.2 15.06 2.81 -
YUV 95.79 90.88 201.61 -
System Red Green Blue C M Y K H S L
Decimal 199 56 30 0 0.72 0.85 0.22 9.23 0.74 0.45
Hex C7 38 1E 0 48 55 16 9 4A 2D
Octal 307 70 36 0 110 125 26 11 112 55
Binary 11000111 111000 11110 0 1001000 1010101 10110 1001 1001010 101101

Color Harmonies of #C7381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7381E

Black with #C7381E

Text Example


Text Example

White with #C7381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7381E; }

 p { color: rgb(199,56,30); }

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

background-color css

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

 a { background-color: rgb(199,56,30); }

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

border-color css

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

 span { border-color: rgb(199,56,30); }

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