Html Css Color HEX #C7361B Harley Davidson Orange

📋 copy color: '#C7361B'

red 199 ◦ green 54 ◦ blue 27

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

Shades of Harley Davidson Orange #C7361B

Tints of Harley Davidson Orange #C7361B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.29%

 BLUE value IS 27 (10.94% from 255) = 9.64%

R = 71.07%
G = 19.29%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7361B (or 0xC7361B) is known color: Harley Davidson Orange. HEX triplet: C7, 36 and 1B. RGB value is (199,54,27). Sum of RGB (Red+Green+Blue) = 199+54+27=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C7361B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7361B is #38C9E4. Grayscale: #5E5E5E. Windows color (decimal): -3721701 or 1783495. OLE color: 1783495.

HSL color Cylindrical-coordinate representation of color #C7361B: hue angle of 9.42º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7361B is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 54 27 -
CMYK 0 0.73 0.86 0.22
HSL 9.42º 0.76% 0.44% -
HSV(B) 9.42º 0.86% 0.78% -
XYZ 25.07 14.86 2.58 -
YUV 94.28 90.04 202.7 -
System Red Green Blue C M Y K H S L
Decimal 199 54 27 0 0.73 0.86 0.22 9.42 0.76 0.44
Hex C7 36 1B 0 49 56 16 9 4C 2C
Octal 307 66 33 0 111 126 26 11 114 54
Binary 11000111 110110 11011 0 1001001 1010110 10110 1001 1001100 101100

Color Harmonies of #C7361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7361B

Black with #C7361B

Text Example


Text Example

White with #C7361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7361B; }

 p { color: rgb(199,54,27); }

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

background-color css

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

 a { background-color: rgb(199,54,27); }

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

border-color css

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

 span { border-color: rgb(199,54,27); }

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