Html Css Color HEX #C03319 Harley Davidson Orange

📋 copy color: '#C03319'

red 192 ◦ green 51 ◦ blue 25

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

Shades of Harley Davidson Orange #C03319

Tints of Harley Davidson Orange #C03319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.33%

R = 71.64%
G = 19.03%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C03319 (or 0xC03319) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 19. RGB value is (192,51,25). Sum of RGB (Red+Green+Blue) = 192+51+25=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C03319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03319 is #3FCCE6. Grayscale: #5A5A5A. Windows color (decimal): -4181223 or 1651648. OLE color: 1651648.

HSL color Cylindrical-coordinate representation of color #C03319: hue angle of 9.34º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C03319 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 25 -
CMYK 0 0.73 0.87 0.25
HSL 9.34º 0.77% 0.43% -
HSV(B) 9.34º 0.87% 0.75% -
XYZ 23.1 13.64 2.34 -
YUV 90.2 91.21 200.61 -
System Red Green Blue C M Y K H S L
Decimal 192 51 25 0 0.73 0.87 0.25 9.34 0.77 0.43
Hex C0 33 19 0 49 57 19 9 4D 2B
Octal 300 63 31 0 111 127 31 11 115 53
Binary 11000000 110011 11001 0 1001001 1010111 11001 1001 1001101 101011

Color Harmonies of #C03319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03319

Black with #C03319

Text Example


Text Example

White with #C03319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03319; }

 p { color: rgb(192,51,25); }

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

background-color css

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

 a { background-color: rgb(192,51,25); }

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

border-color css

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

 span { border-color: rgb(192,51,25); }

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