Html Css Color HEX #C74321 Harley Davidson Orange

📋 copy color: '#C74321'

red 199 ◦ green 67 ◦ blue 33

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

Shades of Harley Davidson Orange #C74321

Tints of Harley Davidson Orange #C74321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.04%

R = 66.56%
G = 22.41%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C74321 (or 0xC74321) is known color: Harley Davidson Orange. HEX triplet: C7, 43 and 21. RGB value is (199,67,33). Sum of RGB (Red+Green+Blue) = 199+67+33=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C74321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74321 is #38BCDE. Grayscale: #666666. Windows color (decimal): -3718367 or 2180039. OLE color: 2180039.

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

Color convert

RGB 199 67 33 -
CMYK 0 0.66 0.83 0.22
HSL 12.29º 0.72% 0.45% -
HSV(B) 12.29º 0.83% 0.78% -
XYZ 25.83 16.27 3.22 -
YUV 102.59 88.73 196.76 -
System Red Green Blue C M Y K H S L
Decimal 199 67 33 0 0.66 0.83 0.22 12.29 0.72 0.45
Hex C7 43 21 0 42 53 16 C 48 2D
Octal 307 103 41 0 102 123 26 14 110 55
Binary 11000111 1000011 100001 0 1000010 1010011 10110 1100 1001000 101101

Color Harmonies of #C74321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74321

Black with #C74321

Text Example


Text Example

White with #C74321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74321; }

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

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

background-color css

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

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

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

border-color css

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

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

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