Html Css Color HEX #C03514 Harley Davidson Orange

📋 copy color: '#C03514'

red 192 ◦ green 53 ◦ blue 20

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

Shades of Harley Davidson Orange #C03514

Tints of Harley Davidson Orange #C03514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

 BLUE value IS 20 (8.2% from 255) = 7.55%

R = 72.45%
G = 20%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C03514 (or 0xC03514) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 14. RGB value is (192,53,20). Sum of RGB (Red+Green+Blue) = 192+53+20=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C03514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03514 is #3FCAEB. Grayscale: #5B5B5B. Windows color (decimal): -4180716 or 1324480. OLE color: 1324480.

HSL color Cylindrical-coordinate representation of color #C03514: hue angle of 11.51º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03514 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 20 -
CMYK 0 0.72 0.90 0.25
HSL 11.51º 0.81% 0.42% -
HSV(B) 11.51º 0.9% 0.75% -
XYZ 23.14 13.8 2.11 -
YUV 90.8 88.05 200.18 -
System Red Green Blue C M Y K H S L
Decimal 192 53 20 0 0.72 0.90 0.25 11.51 0.81 0.42
Hex C0 35 14 0 48 5A 19 C 51 2A
Octal 300 65 24 0 110 132 31 14 121 52
Binary 11000000 110101 10100 0 1001000 1011010 11001 1100 1010001 101010

Color Harmonies of #C03514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03514

Black with #C03514

Text Example


Text Example

White with #C03514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03514; }

 p { color: rgb(192,53,20); }

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

background-color css

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

 a { background-color: rgb(192,53,20); }

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

border-color css

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

 span { border-color: rgb(192,53,20); }

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