Html Css Color HEX #C7331C Harley Davidson Orange

📋 copy color: '#C7331C'

red 199 ◦ green 51 ◦ blue 28

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

Shades of Harley Davidson Orange #C7331C

Tints of Harley Davidson Orange #C7331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 71.58%
G = 18.35%
B = 10.07%

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

#C7331C (or 0xC7331C) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 1C. RGB value is (199,51,28). Sum of RGB (Red+Green+Blue) = 199+51+28=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C7331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7331C is #38CCE3. Grayscale: #5C5C5C. Windows color (decimal): -3722468 or 1848263. OLE color: 1848263.

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

Color convert

RGB 199 51 28 -
CMYK 0 0.74 0.86 0.22
HSL 8.07º 0.75% 0.45% -
HSV(B) 8.07º 0.86% 0.78% -
XYZ 24.95 14.59 2.6 -
YUV 92.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 199 51 28 0 0.74 0.86 0.22 8.07 0.75 0.45
Hex C7 33 1C 0 4A 56 16 8 4B 2D
Octal 307 63 34 0 112 126 26 10 113 55
Binary 11000111 110011 11100 0 1001010 1010110 10110 1000 1001011 101101

Color Harmonies of #C7331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7331C

Black with #C7331C

Text Example


Text Example

White with #C7331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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