Html Css Color HEX #C7270F Harley Davidson Orange

📋 copy color: '#C7270F'

red 199 ◦ green 39 ◦ blue 15

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

Shades of Harley Davidson Orange #C7270F

Tints of Harley Davidson Orange #C7270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.42%

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

R = 78.66%
G = 15.42%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7270F (or 0xC7270F) is known color: Harley Davidson Orange. HEX triplet: C7, 27 and 0F. RGB value is (199,39,15). Sum of RGB (Red+Green+Blue) = 199+39+15=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C7270F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7270F is #38D8F0. Grayscale: #545454. Windows color (decimal): -3725553 or 993223. OLE color: 993223.

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

Color convert

RGB 199 39 15 -
CMYK 0 0.80 0.92 0.22
HSL 7.83º 0.86% 0.42% -
HSV(B) 7.83º 0.92% 0.78% -
XYZ 24.36 13.63 1.8 -
YUV 84.1 89.01 209.95 -
System Red Green Blue C M Y K H S L
Decimal 199 39 15 0 0.80 0.92 0.22 7.83 0.86 0.42
Hex C7 27 F 0 50 5C 16 8 56 2A
Octal 307 47 17 0 120 134 26 10 126 52
Binary 11000111 100111 1111 0 1010000 1011100 10110 1000 1010110 101010

Color Harmonies of #C7270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7270F

Black with #C7270F

Text Example


Text Example

White with #C7270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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