Html Css Color HEX #C03217 Harley Davidson Orange

📋 copy color: '#C03217'

red 192 ◦ green 50 ◦ blue 23

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

Shades of Harley Davidson Orange #C03217

Tints of Harley Davidson Orange #C03217

RGB

 RED value IS 192 (75.39% from 255) = 72.45%

 GREEN value IS 50 (19.92% from 255) = 18.87%

 BLUE value IS 23 (9.38% from 255) = 8.68%

R = 72.45%
G = 18.87%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C03217 (or 0xC03217) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 17. RGB value is (192,50,23). Sum of RGB (Red+Green+Blue) = 192+50+23=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C03217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03217 is #3FCDE8. Grayscale: #595959. Windows color (decimal): -4181481 or 1520320. OLE color: 1520320.

HSL color Cylindrical-coordinate representation of color #C03217: hue angle of 9.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C03217 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 23 -
CMYK 0 0.74 0.88 0.25
HSL 9.59º 0.79% 0.42% -
HSV(B) 9.59º 0.88% 0.75% -
XYZ 23.03 13.55 2.21 -
YUV 89.38 90.54 201.2 -
System Red Green Blue C M Y K H S L
Decimal 192 50 23 0 0.74 0.88 0.25 9.59 0.79 0.42
Hex C0 32 17 0 4A 58 19 A 4F 2A
Octal 300 62 27 0 112 130 31 12 117 52
Binary 11000000 110010 10111 0 1001010 1011000 11001 1010 1001111 101010

Color Harmonies of #C03217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03217

Black with #C03217

Text Example


Text Example

White with #C03217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03217; }

 p { color: rgb(192,50,23); }

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

background-color css

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

 a { background-color: rgb(192,50,23); }

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

border-color css

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

 span { border-color: rgb(192,50,23); }

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