Html Css Color HEX #C7331B Harley Davidson Orange

📋 copy color: '#C7331B'

red 199 ◦ green 51 ◦ blue 27

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

Shades of Harley Davidson Orange #C7331B

Tints of Harley Davidson Orange #C7331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

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

R = 71.84%
G = 18.41%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7331B (or 0xC7331B) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 1B. RGB value is (199,51,27). Sum of RGB (Red+Green+Blue) = 199+51+27=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C7331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7331B is #38CCE4. Grayscale: #5C5C5C. Windows color (decimal): -3722469 or 1782727. OLE color: 1782727.

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

Color convert

RGB 199 51 27 -
CMYK 0 0.74 0.86 0.22
HSL 8.37º 0.76% 0.44% -
HSV(B) 8.37º 0.86% 0.78% -
XYZ 24.93 14.59 2.54 -
YUV 92.52 91.03 203.95 -
System Red Green Blue C M Y K H S L
Decimal 199 51 27 0 0.74 0.86 0.22 8.37 0.76 0.44
Hex C7 33 1B 0 4A 56 16 8 4C 2C
Octal 307 63 33 0 112 126 26 10 114 54
Binary 11000111 110011 11011 0 1001010 1010110 10110 1000 1001100 101100

Color Harmonies of #C7331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7331B

Black with #C7331B

Text Example


Text Example

White with #C7331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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