Html Css Color HEX #C73302 Harley Davidson Orange

📋 copy color: '#C73302'

red 199 ◦ green 51 ◦ blue 2

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

Shades of Harley Davidson Orange #C73302

Tints of Harley Davidson Orange #C73302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 78.97%
G = 20.24%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C73302 (or 0xC73302) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 02. RGB value is (199,51,2). Sum of RGB (Red+Green+Blue) = 199+51+2=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C73302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73302 is #38CCFD. Grayscale: #5A5A5A. Windows color (decimal): -3722494 or 144327. OLE color: 144327.

HSL color Cylindrical-coordinate representation of color #C73302: hue angle of 14.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C73302 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 51 2 -
CMYK 0 0.74 0.99 0.22
HSL 14.92º 0.98% 0.39% -
HSV(B) 14.92º 0.99% 0.78% -
XYZ 24.75 14.51 1.55 -
YUV 89.67 78.53 205.98 -
System Red Green Blue C M Y K H S L
Decimal 199 51 2 0 0.74 0.99 0.22 14.92 0.98 0.39
Hex C7 33 2 0 4A 63 16 F 62 27
Octal 307 63 2 0 112 143 26 17 142 47
Binary 11000111 110011 10 0 1001010 1100011 10110 1111 1100010 100111

Color Harmonies of #C73302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73302

Black with #C73302

Text Example


Text Example

White with #C73302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73302; }

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

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

background-color css

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

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

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

border-color css

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

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

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