Html Css Color HEX #C7200F Harley Davidson Orange

📋 copy color: '#C7200F'

red 199 ◦ green 32 ◦ blue 15

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

Shades of Harley Davidson Orange #C7200F

Tints of Harley Davidson Orange #C7200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.01%

 BLUE value IS 15 (6.25% from 255) = 6.1%

R = 80.89%
G = 13.01%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7200F (or 0xC7200F) is known color: Harley Davidson Orange. HEX triplet: C7, 20 and 0F. RGB value is (199,32,15). Sum of RGB (Red+Green+Blue) = 199+32+15=246 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.89% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 199 - color contains mainly: red. Hex color #C7200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7200F is #38DFF0. Grayscale: #505050. Windows color (decimal): -3727345 or 991431. OLE color: 991431.

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

Color convert

RGB 199 32 15 -
CMYK 0 0.84 0.92 0.22
HSL 5.54º 0.86% 0.42% -
HSV(B) 5.54º 0.92% 0.78% -
XYZ 24.16 13.21 1.73 -
YUV 80 91.33 212.88 -
System Red Green Blue C M Y K H S L
Decimal 199 32 15 0 0.84 0.92 0.22 5.54 0.86 0.42
Hex C7 20 F 0 54 5C 16 6 56 2A
Octal 307 40 17 0 124 134 26 6 126 52
Binary 11000111 100000 1111 0 1010100 1011100 10110 110 1010110 101010

Color Harmonies of #C7200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7200F

Black with #C7200F

Text Example


Text Example

White with #C7200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7200F; }

 p { color: rgb(199,32,15); }

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

background-color css

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

 a { background-color: rgb(199,32,15); }

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

border-color css

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

 span { border-color: rgb(199,32,15); }

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