Html Css Color HEX #C7330F Harley Davidson Orange

📋 copy color: '#C7330F'

red 199 ◦ green 51 ◦ blue 15

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

Shades of Harley Davidson Orange #C7330F

Tints of Harley Davidson Orange #C7330F

RGB

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

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

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

R = 75.09%
G = 19.25%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7330F (or 0xC7330F) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 0F. RGB value is (199,51,15). Sum of RGB (Red+Green+Blue) = 199+51+15=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7330F is #38CCF0. Grayscale: #5B5B5B. Windows color (decimal): -3722481 or 996295. OLE color: 996295.

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

Color convert

RGB 199 51 15 -
CMYK 0 0.74 0.92 0.22
HSL 11.74º 0.86% 0.42% -
HSV(B) 11.74º 0.92% 0.78% -
XYZ 24.82 14.54 1.95 -
YUV 91.15 85.03 204.93 -
System Red Green Blue C M Y K H S L
Decimal 199 51 15 0 0.74 0.92 0.22 11.74 0.86 0.42
Hex C7 33 F 0 4A 5C 16 C 56 2A
Octal 307 63 17 0 112 134 26 14 126 52
Binary 11000111 110011 1111 0 1001010 1011100 10110 1100 1010110 101010

Color Harmonies of #C7330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7330F

Black with #C7330F

Text Example


Text Example

White with #C7330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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