Html Css Color HEX #C74320 Harley Davidson Orange

📋 copy color: '#C74320'

red 199 ◦ green 67 ◦ blue 32

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

Shades of Harley Davidson Orange #C74320

Tints of Harley Davidson Orange #C74320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.48%

 BLUE value IS 32 (12.89% from 255) = 10.74%

R = 66.78%
G = 22.48%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C74320 (or 0xC74320) is known color: Harley Davidson Orange. HEX triplet: C7, 43 and 20. RGB value is (199,67,32). Sum of RGB (Red+Green+Blue) = 199+67+32=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C74320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74320 is #38BCDF. Grayscale: #666666. Windows color (decimal): -3718368 or 2114503. OLE color: 2114503.

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

Color convert

RGB 199 67 32 -
CMYK 0 0.66 0.84 0.22
HSL 12.57º 0.72% 0.45% -
HSV(B) 12.57º 0.84% 0.78% -
XYZ 25.82 16.26 3.14 -
YUV 102.48 88.23 196.85 -
System Red Green Blue C M Y K H S L
Decimal 199 67 32 0 0.66 0.84 0.22 12.57 0.72 0.45
Hex C7 43 20 0 42 54 16 D 48 2D
Octal 307 103 40 0 102 124 26 15 110 55
Binary 11000111 1000011 100000 0 1000010 1010100 10110 1101 1001000 101101

Color Harmonies of #C74320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74320

Black with #C74320

Text Example


Text Example

White with #C74320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74320; }

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

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

background-color css

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

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

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

border-color css

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

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

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